Moved some calculations to computeExplicitData() method.

This commit is contained in:
Atgeirr Flø Rasmussen
2013-05-23 15:08:21 +02:00
parent e5bd6547ae
commit 70ebd21cfd
2 changed files with 109 additions and 12 deletions

View File

@@ -88,8 +88,13 @@ namespace Opm {
ADB total_residual_;
std::vector<V> kr_;
std::vector<V> well_kr_;
ADB qs_;
V well_perf_dp_;
// Methods for assembling and solving.
void computeExplicitData(const double dt,
const BlackoilState& state,
const WellState& well_state);
void assemble(const double dt,
const BlackoilState& state,
const WellState& well_state);