Get rid off TypeTag system in StandardWellsDense.

Previously, we kind of hard coded the problem using the TypeTag system.
Instead of this we now simply pass the only additional thing needed, the
ElementContext, as an additional template parameter.

Removes the include of removed header BlackoilModelEbosTypeTags.hpp.
This commit is contained in:
Markus Blatt
2017-04-04 10:56:26 +02:00
parent 312aa24f86
commit 30f3d4e2d0
4 changed files with 130 additions and 133 deletions

View File

@@ -64,7 +64,7 @@ public:
typedef BlackoilModelEbos Model;
typedef BlackoilModelParameters ModelParameters;
typedef NonlinearSolver<Model> Solver;
typedef StandardWellsDense<FluidSystem, BlackoilIndices> WellModel;
typedef StandardWellsDense<FluidSystem, BlackoilIndices,ElementContext> WellModel;
/// Initialise from parameters and objects to observe.