48 static Tabdims serializationTestObject()
63 size_t getNumSatTables()
const {
67 size_t getNumPVTTables()
const {
71 size_t getNumSatNodes()
const {
75 size_t getNumPressureNodes()
const {
79 size_t getNumFIPRegions()
const {
83 size_t getNumRSNodes()
const {
87 size_t getNumEosRes()
const {
91 size_t getNumEosSur()
const {
95 bool operator==(
const Tabdims& data)
const {
96 return this->getNumSatTables() == data.getNumSatTables() &&
97 this->getNumPVTTables() == data.getNumPVTTables() &&
98 this->getNumSatNodes() == data.getNumSatNodes() &&
99 this->getNumPressureNodes() == data.getNumPressureNodes() &&
100 this->getNumFIPRegions() == data.getNumFIPRegions() &&
101 this->getNumRSNodes() == data.getNumRSNodes() &&
102 this->getNumEosRes() == data.getNumEosRes() &&
103 this->getNumEosSur() == data.getNumEosSur();
106 template<
class Serializer>
109 serializer(m_ntsfun);
111 serializer(m_nssfun);
115 serializer(m_neosres);
116 serializer(m_neossur);
120 size_t m_ntsfun,m_ntpvt,m_nssfun,m_nppvt,m_ntfip,m_nrpvt, m_neosres, m_neossur;
This class implements a small container which holds the transmissibility mulitpliers for all the face...
Definition Exceptions.hpp:30