10 #ifdef MOOSE_MFEM_ENABLED 17 #include "libmesh/ignore_warnings.h" 19 #include "libmesh/restore_warnings.h" 36 MFEMQuadratureFunctionCoefficientBase::UpdatePolicy
updatePolicy()
const;
Thin base for MFEM objects backed directly by MooseObject instead of UserObject.
MFEMQuadratureFunctionBase(const InputParameters ¶meters)
const InputParameters & parameters() const
Get the parameters of the object.
MFEMQuadratureFunctionCoefficientBase::UpdatePolicy updatePolicy() const
Return the update policy selected by the 'updates' input parameter, to hand to the coefficient (which...
static InputParameters validParams()
Base class for MOOSE objects declaring an MFEM coefficient backed by precomputed values of a source c...
mfem::QuadratureSpace _qspace
Quadrature space defining the points at which the source coefficient values are stored.