32 static Rock2dtrTable serializationTestObject();
36 size_t sizeMultValues()
const;
37 double getPressureValue(
size_t index)
const;
38 double getTransMultValue(
size_t pressureIndex,
size_t saturationIndex )
const;
40 bool operator==(
const Rock2dtrTable& data)
const;
42 template<
class Serializer>
45 serializer(m_transMultValues);
46 serializer(m_pressureValues);
50 std::vector< std::vector <double> > m_transMultValues;
51 std::vector< double > m_pressureValues;
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition Exceptions.hpp:30