mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Rename getPerfPressure() -> getPerfCellPressure().
This commit is contained in:
@@ -294,7 +294,7 @@ namespace Opm
|
||||
|
||||
EvalWell extendEval(const Eval& in) const;
|
||||
|
||||
Eval getPerfPressure(const FluidState& fs) const;
|
||||
Eval getPerfCellPressure(const FluidState& fs) const;
|
||||
|
||||
// xw = inv(D)*(rw - C*x)
|
||||
void recoverSolutionWell(const BVector& x, BVectorWell& xw) const;
|
||||
|
||||
Reference in New Issue
Block a user