10 #ifdef MOOSE_MFEM_ENABLED 30 virtual void execute()
override;
MFEMSubMeshTransfer(const InputParameters ¶meters)
static InputParameters validParams()
Base class for MFEM objects that participate in execution ordering but are not UserObjects.
const InputParameters & parameters() const
Get the parameters of the object.
const mfem::ParGridFunction & _source_var
Reference to source gridfunction.
const VariableName & _source_var_name
Name of source MFEMVariable to transfer DoF data from.
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
Executes the transfer.
const VariableName & _result_var_name
Name of MFEMVariable to store the transferred output in.
virtual std::optional< std::string > suppliedVariableName() const override
Return the variable name supplied by this object, or std::nullopt if none.