39 virtual void execute()
override;
const InputParameters & parameters() const
A Control object for receiving data from a parent application Sampler object.
static InputParameters validParams()
std::vector< CLIArgString > _orig_args
The original cli_args from input.
std::shared_ptr< MultiApp > _multi_app
The MultiApp this Transfer is transferring data to or from.
const std::vector< std::string > & _param_names
Storage for the parameter names to be applied.
Sampler & _sampler
Sampler to utilize for creating MultiApps.
virtual void execute() override
virtual void initialSetup() override final
Do not allow the use of initialSetup, because this class is designed to operate on PRE_MULTIAPP_SETUP...