Storage helper for managing data being assigned to this VPP by a Transfer object. More...
#include <StochasticResults.h>
Public Member Functions | |
StochasticResultsData (const VectorPostprocessorName &name, VectorPostprocessorValue *) | |
Public Attributes | |
VectorPostprocessorName | name |
VectorPostprocessorValue * | vector |
VectorPostprocessorValue | current |
Storage helper for managing data being assigned to this VPP by a Transfer object.
Definition at line 19 of file StochasticResults.h.
StochasticResultsData::StochasticResultsData | ( | const VectorPostprocessorName & | name, |
VectorPostprocessorValue * | vpp | ||
) |
Definition at line 19 of file StochasticResults.C.
VectorPostprocessorValue StochasticResultsData::current |
Definition at line 24 of file StochasticResults.h.
VectorPostprocessorName StochasticResultsData::name |
Definition at line 22 of file StochasticResults.h.
VectorPostprocessorValue* StochasticResultsData::vector |
Definition at line 23 of file StochasticResults.h.