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