Merge pull request #5867 from akva2/blackoilmodel_impl

BlackoilModel: add impl file
This commit is contained in:
Bård Skaflestad 2025-01-15 12:53:10 +01:00 committed by GitHub
commit d2c882952a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 1431 additions and 1275 deletions

View File

@ -795,6 +795,7 @@ list (APPEND PUBLIC_HEADER_FILES
opm/simulators/flow/Banners.hpp
opm/simulators/flow/BaseAquiferModel.hpp
opm/simulators/flow/BlackoilModel.hpp
opm/simulators/flow/BlackoilModel_impl.hpp
opm/simulators/flow/BlackoilModelConvergenceMonitor.hpp
opm/simulators/flow/BlackoilModelNldd.hpp
opm/simulators/flow/BlackoilModelParameters.hpp

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -61,6 +61,7 @@
#include <opm/simulators/flow/Banners.hpp>
#include <opm/simulators/flow/FlowMain.hpp>
#include <opm/simulators/flow/FlowProblemBlackoil.hpp>
#if HAVE_DUNE_FEM
#include <dune/fem/misc/mpimanager.hh>