10 #ifdef MOOSE_MFEM_ENABLED 23 "Declares a scalar MFEM coefficient holding precomputed values of a source coefficient at " 24 "quadrature points. Values are (re)projected lazily when the coefficient is used.");
26 "coefficient",
"Scalar coefficient to project onto the quadrature points.");
static InputParameters validParams()
MFEMProblem & getMFEMProblem()
Return the owning MFEM problem.
mfem::QuadratureFunction _qf
Storage for the projected values of the source coefficient.
Declares a scalar MFEM coefficient represented as a precomputed vector of values of a source coeffici...
Scalar coefficient holding precomputed values of a source coefficient at the quadrature points of a Q...
MFEMQuadratureFunctionCoefficientBase::UpdatePolicy updatePolicy() const
Return the update policy selected by the 'updates' input parameter, to hand to the coefficient (which...
static InputParameters validParams()
registerMooseObject("MooseApp", MFEMScalarQuadratureFunction)
const std::string & name() const
Get the name of the class.
mfem::Coefficient & declareScalar(const std::string &name, const std::string &existing_or_literal)
Declare an alias to an existing scalar coefficient or, if it does not exist, try interpreting the nam...
Moose::MFEM::CoefficientManager & getCoefficients()
Method to get the PropertyManager object for storing material properties and converting them to MFEM ...
Base class for MOOSE objects declaring an MFEM coefficient backed by precomputed values of a source c...
MFEMScalarQuadratureFunction(const InputParameters ¶meters)
mfem::Coefficient & getScalarCoefficient(const std::string &name)
Retrieve a scalar MFEM coefficient using the value of an input parameter.