10#ifdef MOOSE_MFEM_ENABLED
Virtual base class for MultiApp transfers to and/or from MFEMProblems.
Auxiliary class to extract locations of nodes in MFEM GridFunctions and project values defined at the...
MultiApp transfer between MFEM variables, via shape function evaluation.
mfem::FindPointsGSLIB _mfem_interpolator
Object to perform pointwise interpolation of source MFEM GridFunctions.
virtual MFEMProblem & getActiveFromProblem() override
Set current MFEM problem to fetch source variables from.
MFEMNodalProjector _mfem_projector
Object to extract node positions and perform projections on destination MFEM GridFunctions.
virtual void transferVariables(bool is_target_local) override
Transfer all variables from active source problem to active destination problem.
virtual MFEMProblem & getActiveToProblem() override
Set current MFEM problem to fetch destination variables from.
static InputParameters validParams()