Go to the documentation of this file.
14 #include "SamplerInterface.h"
43 virtual void execute()
override;
const std::vector< std::string > & _param_names
Storage for the parameter names to be applied.
std::shared_ptr< MultiApp > _multi_app
The MultiApp this Transfer is transferring data to or from.
virtual void initialSetup() override final
Do not allow the use of initialSetup, because this class is designed to operate on PRE_MULTIAPP_SETUP...
MultiAppCommandLineControl(const InputParameters ¶meters)
A Control object for receiving data from a master application Sampler object.
static InputParameters validParams()
InputParameters validParams< MultiAppCommandLineControl >()
Sampler & _sampler
Sampler to utilize for creating MultiApps.
virtual void execute() override