10 #ifdef MOOSE_MFEM_ENABLED 44 #endif // MOOSE_MFEM_ENABLED mfem::Vector _interp_vals
Values evaluated on owning ranks and returned to the querying ranks.
const InputParameters & parameters() const
Get the parameters of the object.
void initialSetup() override
Checks point locations and warns when GSLIB selects an element at a boundary.
Samples a real scalar MFEM coefficient at specified points.
MFEMPointScalarCoefficientValueSampler(const InputParameters ¶meters)
Abstract base class for sampling MFEM quantities at points.
std::vector< Real > VectorPostprocessorValue
static InputParameters validParams()
VectorPostprocessorValue & _declared_vals
VectorPostprocessor output column for the coefficient.
mfem::Coefficient * _coefficient
Scalar coefficient being sampled, resolved after all coefficient-declaring objects exist...
void finalizeValues() override
Copies interpolated values into the subclass VPP vectors.
void execute() override
Evaluates the coefficient in each point's owning element.