32 virtual std::vector<AuxVariableName>
getToVarNames()
const = 0;
virtual void initialSetup()
Method called at the beginning of the simulation for checking integrity or doing one-time setup...
This class provides an interface for common operations on field variables of both FE and FV types wit...
Specialization of SubProblem for solving nonlinear equations plus auxiliary equations.
static InputParameters validParams()
libMesh::EquationSystems & getEquationSystem(FEProblemBase &problem, bool use_displaced) const
Returns the Problem's equation system, displaced or not Be careful! If you transfer TO a displaced sy...
Intermediary class that allows variable names as inputs.
Base class for all MultiAppTransfer objects.
virtual std::vector< AuxVariableName > getToVarNames() const =0
Virtual function defining variables to transfer to.
const InputParameters & parameters() const
Get the parameters of the object.
virtual std::vector< VariableName > getFromVarNames() const =0
Virtual function defining variables to be transferred.
MultiAppFieldTransfer(const InputParameters ¶meters)