www.mooseframework.org
Public Attributes | List of all members
HistogramVectorPostprocessor::HistoData Struct Reference

Helper class to hold the vectors for the histogram. More...

#include <HistogramVectorPostprocessor.h>

Public Attributes

VectorPostprocessorValue_lower
 The lower edges for each bin. More...
 
VectorPostprocessorValue_upper
 The upper edges for each bin. More...
 
VectorPostprocessorValue_histogram
 Where the data will actually be stored. More...
 

Detailed Description

Helper class to hold the vectors for the histogram.

Definition at line 39 of file HistogramVectorPostprocessor.h.

Member Data Documentation

◆ _histogram

VectorPostprocessorValue* HistogramVectorPostprocessor::HistoData::_histogram

Where the data will actually be stored.

Definition at line 48 of file HistogramVectorPostprocessor.h.

Referenced by HistogramVectorPostprocessor::computeHistogram().

◆ _lower

VectorPostprocessorValue* HistogramVectorPostprocessor::HistoData::_lower

The lower edges for each bin.

Definition at line 42 of file HistogramVectorPostprocessor.h.

Referenced by HistogramVectorPostprocessor::computeHistogram().

◆ _upper

VectorPostprocessorValue* HistogramVectorPostprocessor::HistoData::_upper

The upper edges for each bin.

Definition at line 45 of file HistogramVectorPostprocessor.h.

Referenced by HistogramVectorPostprocessor::computeHistogram().


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