update scaling factors for mass balance equations.

This commit is contained in:
Kai Bao
2015-08-27 16:58:44 +02:00
parent 89ae28d3c5
commit b1b9c171b3
7 changed files with 40 additions and 5 deletions

View File

@@ -63,6 +63,8 @@ namespace Opm
/// pressure specification.
ADB well_eq;
std::array<double, 3> matbalscale;
/// The size of the non-linear system.
int sizeNonLinear() const;
};