ebos: export the ECL material law manager

this allows external code (i.e., flow_ebos) to reuse it.
This commit is contained in:
Andreas Lauser 2016-11-22 14:07:14 +01:00
parent 431cebaa21
commit 6cf1eab4f4

View File

@ -694,6 +694,12 @@ public:
const MaterialLawParams& materialLawParams(unsigned globalDofIdx) const
{ return materialLawManager_->materialLawParams(globalDofIdx); }
const std::shared_ptr<EclMaterialLawManager> materialLawManager() const
{ return materialLawManager_; }
std::shared_ptr<EclMaterialLawManager> materialLawManager()
{ return materialLawManager_; }
/*!
* \brief Returns the index of the relevant region for thermodynmic properties
*/