26 virtual void execute()
override;
const InputParameters & parameters() const
Get the parameters of the object.
Copies the value of a SCALAR variable from one App to another.
VariableName _to_aux_name
The name of the auxiliary scalar variable to which the scalar values are being transfered.
virtual void checkSiblingsTransferSupported() const override
Whether the transfer supports siblings transfer.
virtual void execute() override
Execute the transfer.
static InputParameters validParams()
VariableName _from_variable_name
The name of the scalar variable from which the values are being transfered.
Base class for all MultiAppTransfer objects.