Go to the documentation of this file.
13 #include "GeneralVectorPostprocessor.h"
14 #include "SamplerInterface.h"
27 VectorPostprocessorName
name;
61 const VectorPostprocessorValue && current);
72 void init(Sampler & _sampler);
StochasticResults(const InputParameters ¶meters)
std::vector< StochasticResultsData > _sample_vectors
Storage for declared vectors.
VectorPostprocessorValue * vector
InputParameters validParams< StochasticResults >()
virtual void finalize() override
Storage helper for managing data being assigned to this VPP by a Transfer object.
A tool for output Sampler data.
StochasticResultsData(const VectorPostprocessorName &name, VectorPostprocessorValue *)
virtual void initialize() override
virtual void execute() override
void setCurrentLocalVectorPostprocessorValue(const std::string &vector_name, const VectorPostprocessorValue &¤t)
VectorPostprocessorName name
VectorPostprocessorValue current
void init(Sampler &_sampler)
DEPRECATED Initialize storage based on the Sampler returned by the SamplerTransientMultiApp or Sample...
const MooseEnum _parallel_type
Parallel operation mode.
static InputParameters validParams()
const processor_id_type _output_distributed_rank
The rank data to output if parallel type is distributed.