changed: put parts of ISTLSolverEbos in separate compile unit

in particular this means simulator objects are now not dependent
on FlexibleSolver.hpp and BdaBridge.hpp
This commit is contained in:
Arne Morten Kvarving
2022-08-17 10:37:00 +02:00
parent 3fecc92956
commit 8e2b385f4d
5 changed files with 566 additions and 267 deletions

View File

@@ -40,10 +40,7 @@
#include <opm/simulators/wells/GasLiftSingleWell.hpp>
#include <opm/simulators/wells/GasLiftSingleWellGeneric.hpp>
#include <opm/simulators/wells/GasLiftGroupInfo.hpp>
//#include <opm/simulators/flow/SimulatorFullyImplicitBlackoilEbos.hpp>
//#include <flow/flow_ebos_blackoil.hpp>
#include <opm/simulators/wells/WellState.hpp>
/// #include <opm/simulators/flow/Main.hpp>
#if HAVE_DUNE_FEM
#include <dune/fem/misc/mpimanager.hh>