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.
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.
static InputParameters validParams()
MFEMQuadratureFunctionCoefficientBase::UpdatePolicy updatePolicy() const
Return the update policy selected by the 'updates' input parameter, to hand to the coefficient (which...
const InputParameters & parameters() const
Get the parameters of the object.