https://mooseframework.inl.gov
Public Member Functions | Protected Attributes | List of all members
StochasticReporterValueBase Class Reference

This is a non-typed base class of the stochastic vector value, used to update reporter values during StochasticReporter::initialize() call. More...

#include <StochasticReporter.h>

Inheritance diagram for StochasticReporterValueBase:
[legend]

Public Member Functions

 StochasticReporterValueBase (const Sampler &sampler)
 
virtual ~StochasticReporterValueBase ()=default
 
virtual void initialize ()
 

Protected Attributes

const Sampler_sampler
 

Detailed Description

This is a non-typed base class of the stochastic vector value, used to update reporter values during StochasticReporter::initialize() call.

Definition at line 110 of file StochasticReporter.h.

Constructor & Destructor Documentation

◆ StochasticReporterValueBase()

StochasticReporterValueBase::StochasticReporterValueBase ( const Sampler sampler)
inline

Definition at line 113 of file StochasticReporter.h.

113 : _sampler(sampler) {}

◆ ~StochasticReporterValueBase()

virtual StochasticReporterValueBase::~StochasticReporterValueBase ( )
virtualdefault

Member Function Documentation

◆ initialize()

virtual void StochasticReporterValueBase::initialize ( )
inlinevirtual

Reimplemented in StochasticReporterValue< T >.

Definition at line 116 of file StochasticReporter.h.

116 {}

Member Data Documentation

◆ _sampler

const Sampler& StochasticReporterValueBase::_sampler
protected

Definition at line 119 of file StochasticReporter.h.

Referenced by StochasticReporterValue< T >::initialize().


The documentation for this class was generated from the following file: