OGS
|
Definition at line 18 of file CellAverageData.h.
#include <CellAverageData.h>
Public Member Functions | |
CellAverageData (MeshLib::Mesh &mesh) | |
MeshLib::PropertyVector< double > & | getOrCreatePropertyVector (std::string const &name, unsigned const num_comp) |
Private Attributes | |
MeshLib::Mesh const & | mesh_ |
std::map< std::string, MeshLib::PropertyVector< double > * > | cell_averages_ |
|
inlineexplicit |
Definition at line 20 of file CellAverageData.h.
MeshLib::PropertyVector< double > & ProcessLib::CellAverageData::getOrCreatePropertyVector | ( | std::string const & | name, |
unsigned const | num_comp ) |
Definition at line 17 of file CellAverageData.cpp.
References MeshLib::Cell, cell_averages_, MeshLib::getOrCreateMeshProperty(), mesh_, and OGS_FATAL.
Referenced by ProcessLib::detail::computeCellAverages().
|
private |
Definition at line 27 of file CellAverageData.h.
Referenced by getOrCreatePropertyVector().
|
private |
Definition at line 26 of file CellAverageData.h.
Referenced by getOrCreatePropertyVector().