use Newton iteration solver interface from opm-autodiff, prepare for CPR supporting.

This commit is contained in:
Liu Ming
2014-09-26 14:54:57 +08:00
parent ca70d67d83
commit 979c2dc0f7
5 changed files with 32 additions and 46 deletions

View File

@@ -34,7 +34,7 @@ namespace Opm
class RockCompressibility;
class DerivedGeology;
class WellsManager;
class LinearSolverInterface;
class NewtonIterationBlackoilInterface;
class SimulatorTimer;
class PolymerBlackoilState;
class WellState;
@@ -78,7 +78,7 @@ namespace Opm
const RockCompressibility* rock_comp_props,
WellsManager& wells_manager,
PolymerInflowInterface& polymer_inflow,
LinearSolverInterface& linsolver,
NewtonIterationBlackoilInterface& linsolver,
const double* gravity);
/// Run the simulation.