BlackoilModelEbos: make getMaxCoeff public

to make it possible to call externally
This commit is contained in:
Arne Morten Kvarving
2023-07-04 15:37:50 +02:00
parent 8fc2b83948
commit cee8dc4c6e

View File

@@ -1606,7 +1606,6 @@ namespace Opm {
ebosSimulator_.problem().endEpisode();
}
private:
template<class FluidState, class Residual>
void getMaxCoeff(const unsigned cell_idx,
const IntensiveQuantities& intQuants,
@@ -1723,6 +1722,7 @@ namespace Opm {
}
}
private:
double dpMaxRel() const { return param_.dp_max_rel_; }
double dsMax() const { return param_.ds_max_; }
double drMaxRel() const { return param_.dr_max_rel_; }