32 const std::vector<double>& getBrineDensityColumn()
const;
36 std::vector<double>::const_iterator begin()
const {
37 return m_tableValues.begin();
40 std::vector<double>::const_iterator end()
const {
41 return m_tableValues.end();
44 std::size_t size()
const {
45 return this->m_tableValues.size();
48 template<
class Serializer>
51 serializer(m_tableValues);
55 std::vector<double> m_tableValues;
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition Exceptions.hpp:30