12#ifndef MFEM_LIBCEED_MASS_HPP
13#define MFEM_LIBCEED_MASS_HPP
Base class Coefficients that optionally depend on space and time. These are used by the BilinearFormI...
Class FiniteElementSpace - responsible for providing FEM view of the mesh, mainly managing the set of...
Class for an integration rule - an Array of IntegrationPoint.
Represent a MassIntegrator with AssemblyLevel::None using libCEED.
MFMassIntegrator(const mfem::FiniteElementSpace &fes, const mfem::IntegrationRule &ir, mfem::Coefficient *Q)
This class wraps a ceed::PAIntegrator or ceed::MFIntegrator to support mixed finite element spaces.
MixedMFMassIntegrator(const MassIntegrator &integ, const mfem::FiniteElementSpace &fes, mfem::Coefficient *Q)
MixedPAMassIntegrator(const MassIntegrator &integ, const mfem::FiniteElementSpace &fes, mfem::Coefficient *Q)
Represent a MassIntegrator with AssemblyLevel::Partial using libCEED.
PAMassIntegrator(const mfem::FiniteElementSpace &fes, const mfem::IntegrationRule &ir, mfem::Coefficient *Q)