A tool for output Sampler data. More...
#include <StochasticResults.h>
Public Member Functions | |
StochasticResults (const InputParameters ¶meters) | |
virtual void | initialize () override |
virtual void | finalize () override |
virtual void | execute () override |
void | setCurrentLocalVectorPostprocessorValue (const std::string &vector_name, const VectorPostprocessorValue &¤t) |
void | init (Sampler &_sampler) |
DEPRECATED Initialize storage based on the Sampler returned by the SamplerTransientMultiApp or SamplerFullSolveMultiApp. More... | |
Static Public Member Functions | |
static InputParameters | validParams () |
Protected Attributes | |
std::vector< StochasticResultsData > | _sample_vectors |
Storage for declared vectors. More... | |
const MooseEnum | _parallel_type |
Parallel operation mode. More... | |
const processor_id_type | _output_distributed_rank |
The rank data to output if parallel type is distributed. More... | |
A tool for output Sampler data.
Definition at line 35 of file StochasticResults.h.
StochasticResults::StochasticResults | ( | const InputParameters & | parameters | ) |
Definition at line 54 of file StochasticResults.C.
|
inlineoverridevirtual |
Definition at line 43 of file StochasticResults.h.
|
overridevirtual |
Definition at line 100 of file StochasticResults.C.
void StochasticResults::init | ( | Sampler & | _sampler | ) |
DEPRECATED Initialize storage based on the Sampler returned by the SamplerTransientMultiApp or SamplerFullSolveMultiApp.
sampler | The Sampler associated with the MultiApp that this VPP is working with. |
This an internal method that is called by the SamplerPostprocessorTransfer, it should not be called otherwise.
Definition at line 141 of file StochasticResults.C.
Referenced by SamplerPostprocessorTransfer::initialSetup().
|
overridevirtual |
Definition at line 91 of file StochasticResults.C.
void StochasticResults::setCurrentLocalVectorPostprocessorValue | ( | const std::string & | vector_name, |
const VectorPostprocessorValue && | current | ||
) |
Definition at line 127 of file StochasticResults.C.
Referenced by SamplerPostprocessorTransfer::execute(), and SamplerPostprocessorTransfer::finalizeFromMultiapp().
|
static |
Definition at line 27 of file StochasticResults.C.
|
protected |
The rank data to output if parallel type is distributed.
Definition at line 82 of file StochasticResults.h.
Referenced by finalize(), and StochasticResults().
|
protected |
Parallel operation mode.
Definition at line 79 of file StochasticResults.h.
Referenced by finalize(), and StochasticResults().
|
protected |
Storage for declared vectors.
Definition at line 76 of file StochasticResults.h.
Referenced by finalize(), init(), initialize(), setCurrentLocalVectorPostprocessorValue(), and StochasticResults().