split eclproblem in typetag dependent and typetag independent classes

This commit is contained in:
Arne Morten Kvarving
2021-05-25 15:49:14 +02:00
parent 8332909498
commit cbd7cfe8b6
10 changed files with 1236 additions and 912 deletions

View File

@@ -347,6 +347,11 @@ public:
return cellCenterDepth_[globalSpaceIdx];
}
const std::vector<Scalar>& cellCenterDepths() const
{
return cellCenterDepth_;
}
/*!
* \brief Returns the thickness of a degree of freedom [m]
*