31 const std::vector<double>& getSolventDensityColumn()
const;
35 std::vector<double>::const_iterator begin()
const {
36 return m_tableValues.begin();
39 std::vector<double>::const_iterator end()
const {
40 return m_tableValues.end();
43 std::size_t size()
const {
44 return this->m_tableValues.size();
47 template<
class Serializer>
50 serializer(m_tableValues);
54 std::vector<double> m_tableValues;
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition Exceptions.hpp:30