mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Use base class version of parameter accessors.
This commit is contained in:
parent
f2e5177594
commit
da98f18f80
@ -172,6 +172,11 @@ namespace Opm {
|
|||||||
using Base::transMult;
|
using Base::transMult;
|
||||||
using Base::updatePrimalVariableFromState;
|
using Base::updatePrimalVariableFromState;
|
||||||
using Base::updatePhaseCondFromPrimalVariable;
|
using Base::updatePhaseCondFromPrimalVariable;
|
||||||
|
using Base::dpMaxRel;
|
||||||
|
using Base::dsMax;
|
||||||
|
using Base::drMaxRel;
|
||||||
|
using Base::maxResidualAllowed;
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
makeConstantState(SolutionState& state) const;
|
makeConstantState(SolutionState& state) const;
|
||||||
@ -237,12 +242,6 @@ namespace Opm {
|
|||||||
std::vector<double>& maxNormWell,
|
std::vector<double>& maxNormWell,
|
||||||
int nc,
|
int nc,
|
||||||
int nw) const;
|
int nw) const;
|
||||||
|
|
||||||
double dpMaxRel() const { return this->param_.dp_max_rel_; }
|
|
||||||
double dsMax() const { return this->param_.ds_max_; }
|
|
||||||
double drMaxRel() const { return this->param_.dr_max_rel_; }
|
|
||||||
double maxResidualAllowed() const { return this->param_.max_residual_allowed_; }
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user