33 virtual void execute()
override;
const InputParameters & parameters() const
Get the parameters of the object.
Copy variables directly from one application to another, based on degree-of-freedom indexing TODO: Re...
virtual std::vector< VariableName > getFromVarNames() const override
Virtual function defining variables to be transferred.
virtual void checkSiblingsTransferSupported() const override
Whether the transfer supports siblings transfer.
virtual std::vector< AuxVariableName > getToVarNames() const override
Virtual function defining variables to transfer to.
static InputParameters validParams()
const std::vector< VariableName > _from_var_names
Name of variables transferring from.
const std::vector< AuxVariableName > _to_var_names
Name of variables transferring to.
virtual void execute() override
Performs the transfer of a variable (Nonlinear or Auxiliary) to/from the Multiapp.
VariableName _from_var_name
Name of variables transferring from.
AuxVariableName _to_var_name
Name of variables transferring to.
Copy the fields directly from one application to another, based on degree-of-freedom indexing.
The following methods are specializations for using the libMesh::Parallel::packed_range_* routines fo...