10 #ifdef MOOSE_MFEM_ENABLED Virtual base class for MultiApp transfers to and/or from MFEMProblems.
virtual void transferVariables(bool is_target_local) override
Transfer all variables from active source problem to active destination problem.
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.
MFEMNodalProjector _mfem_projector
Object to extract node positions and perform projections on destination MFEM GridFunctions.
MultiAppMFEMShapeEvaluationTransfer(InputParameters const ¶ms)
virtual MFEMProblem & getActiveFromProblem() override
Set current MFEM problem to fetch source variables from.
static InputParameters validParams()
virtual MFEMProblem & getActiveToProblem() override
Set current MFEM problem to fetch destination variables from.