https://mooseframework.inl.gov
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
 
VectorPostprocessorValuevector
 
VectorPostprocessorValue current
 

Detailed Description

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

Definition at line 19 of file StochasticResults.h.

Constructor & Destructor Documentation

◆ StochasticResultsData()

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

Definition at line 19 of file StochasticResults.C.

21  : name(name), vector(vpp)
22 {
23 }
VectorPostprocessorName name
VectorPostprocessorValue * vector

Member Data Documentation

◆ current

VectorPostprocessorValue StochasticResultsData::current

Definition at line 24 of file StochasticResults.h.

◆ name

VectorPostprocessorName StochasticResultsData::name

Definition at line 22 of file StochasticResults.h.

◆ vector

VectorPostprocessorValue* StochasticResultsData::vector

Definition at line 23 of file StochasticResults.h.


The documentation for this struct was generated from the following files: