15 #include "libmesh/ignore_warnings.h" 17 #include "libmesh/restore_warnings.h" 31 virtual void execute()
override;
MFEMSubMeshTransfer(const InputParameters ¶meters)
static InputParameters validParams()
const mfem::ParGridFunction & _source_var
Reference to source gridfunction.
const VariableName & _source_var_name
Class to transfer MFEM variable data to or from a restricted copy of the variable defined on an a sub...
mfem::ParGridFunction & _result_var
Reference to result gridfunction.
virtual void execute() override
Execute method.
const VariableName & _result_var_name
Name of MFEMVariable to store the transferred output in.
const InputParameters & parameters() const
Get the parameters of the object.