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... | |
Helper class to hold the vectors for the histogram.
Definition at line 39 of file HistogramVectorPostprocessor.h.
| VectorPostprocessorValue* HistogramVectorPostprocessor::HistoData::_histogram |
Where the data will actually be stored.
Definition at line 48 of file HistogramVectorPostprocessor.h.
Referenced by HistogramVectorPostprocessor::computeHistogram().
| VectorPostprocessorValue* HistogramVectorPostprocessor::HistoData::_lower |
The lower edges for each bin.
Definition at line 42 of file HistogramVectorPostprocessor.h.
Referenced by HistogramVectorPostprocessor::computeHistogram().
| VectorPostprocessorValue* HistogramVectorPostprocessor::HistoData::_upper |
The upper edges for each bin.
Definition at line 45 of file HistogramVectorPostprocessor.h.
Referenced by HistogramVectorPostprocessor::computeHistogram().
1.8.14