www.mooseframework.org
Public Member Functions | Public Attributes | List of all members
StochasticResultsData Struct Reference

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
 

Detailed Description

Storage helper for managing data being assigned to this VPP by a Transfer object.

Definition at line 24 of file StochasticResults.h.

Constructor & Destructor Documentation

◆ StochasticResultsData()

StochasticResultsData::StochasticResultsData ( const VectorPostprocessorName &  name,
VectorPostprocessorValue *  vpp 
)

Definition at line 20 of file StochasticResults.C.

22  : name(name), vector(vpp)
23 {
24 }

Member Data Documentation

◆ current

VectorPostprocessorValue StochasticResultsData::current

Definition at line 29 of file StochasticResults.h.

◆ name

VectorPostprocessorName StochasticResultsData::name

Definition at line 27 of file StochasticResults.h.

◆ vector

VectorPostprocessorValue* StochasticResultsData::vector

Definition at line 28 of file StochasticResults.h.


The documentation for this struct was generated from the following files:
StochasticResultsData::vector
VectorPostprocessorValue * vector
Definition: StochasticResults.h:28
StochasticResultsData::name
VectorPostprocessorName name
Definition: StochasticResults.h:27