10 #ifdef MOOSE_MFEM_ENABLED 42 #endif // MOOSE_MFEM_ENABLED const InputParameters & parameters() const
Get the parameters of the object.
void initialSetup() override
Checks point locations and warns when sampled components may be discontinuous at boundaries.
Base class for sampling real or complex MFEM variables at points.
Abstract base class for sampling MFEM quantities at points.
virtual int getFESpaceContinuityType() const =0
Return the continuity type of the sampled variable's finite element collection.
static InputParameters validParams()
MFEMVariableSamplerBase(const InputParameters ¶meters, const std::vector< Point > &points)
const VariableName _var_name
Name of the variable being sampled.