SamplerPostprocessorTransfer(const InputParameters ¶meters)
virtual void execute() override
Traditional Transfer callback.
StochasticResults * _results
Storage for StochasticResults object that data will be transferred to/from.
Transfer Postprocessor from sub-applications to a VectorPostprocessor on the master application...
virtual void initializeFromMultiapp() override
Methods used when running in batch mode (see SamplerFullSolveMultiApp)
virtual void executeFromMultiapp() override
virtual void finalizeFromMultiapp() override
const VectorPostprocessorName & _master_vpp_name
Name of vector-postprocessor on the master.
static InputParameters validParams()
const std::vector< PostprocessorName > & _sub_pp_names
Name of postprocessor on the sub-applications.
virtual void initialSetup() override
const std::vector< VectorPostprocessorName > _vpp_names
Storage vector names.
const std::vector< VectorPostprocessorName > & vectorNames() const
The name of the vector to be created on the StochasticResults object, see StochasticResultsAction) ...
std::vector< VectorPostprocessorValue > _current_data
Temporary storage for batch mode execution.