26struct MassOperatorInfo :
public OperatorInfo
31 header =
"/integrators/mass/mass_qf.h";
55 MassOperatorInfo info;
58 MFEM_ABORT(
"MFEM must be built with MFEM_USE_CEED=YES to use libCEED.");
67 MassOperatorInfo info;
70 MFEM_ABORT(
"MFEM must be built with MFEM_USE_CEED=YES to use libCEED.");
79 MassOperatorInfo info;
82 MFEM_ABORT(
"MFEM must be built with MFEM_USE_CEED=YES to use libCEED.");
92 MassOperatorInfo info;
95 MFEM_ABORT(
"MFEM must be built with MFEM_USE_CEED=YES to use libCEED.");
104 MassOperatorInfo info;
107 MFEM_ABORT(
"MFEM must be built with MFEM_USE_CEED=YES to use libCEED.");
116 MassOperatorInfo info;
119 MFEM_ABORT(
"MFEM must be built with MFEM_USE_CEED=YES to use libCEED.");
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.
void Assemble(CeedOperatorInfo &info, const mfem::FiniteElementSpace &fes, const mfem::IntegrationRule &ir, CoeffType *Q)
This method assembles the MFIntegrator with the given CeedOperatorInfo info, an mfem::FiniteElementSp...
MFMassIntegrator(const mfem::FiniteElementSpace &fes, const mfem::IntegrationRule &ir, mfem::Coefficient *Q)
void Assemble(const Integrator &integ, CeedOperatorInfo &info, const mfem::FiniteElementSpace &fes, CoeffType *Q)
MixedMFMassIntegrator(const MassIntegrator &integ, const mfem::FiniteElementSpace &fes, mfem::Coefficient *Q)
MixedPAMassIntegrator(const MassIntegrator &integ, const mfem::FiniteElementSpace &fes, mfem::Coefficient *Q)
void Assemble(CeedOperatorInfo &info, const mfem::FiniteElementSpace &fes, const mfem::IntegrationRule &ir, CoeffType *Q)
This method assembles the PAIntegrator with the given CeedOperatorInfo info, an mfem::FiniteElementSp...
PAMassIntegrator(const mfem::FiniteElementSpace &fes, const mfem::IntegrationRule &ir, mfem::Coefficient *Q)
CeedQFunctionUser apply_qf_mf_const
const char * apply_func_mf_quad
const char * apply_func_mf_const
CeedQFunctionUser build_qf_const
CeedQFunctionUser apply_qf
CeedQFunctionUser build_qf_quad
CeedQFunctionUser apply_qf_mf_quad
const char * build_func_const
const char * build_func_quad