Commit Graph

13544 Commits

Author SHA1 Message Date
Arne Morten Kvarving
c5dd0be166 CO2: remove unnecessary <iostream> include 2023-01-02 15:50:41 +01:00
Arne Morten Kvarving
a03a03af36 Tabulated1DFunction: move stream output to compile unit 2023-01-02 15:50:41 +01:00
Arne Morten Kvarving
cf41f01625 Tabulated1DFunction: avoid using sstream 2023-01-02 15:50:41 +01:00
Arne Morten Kvarving
a631ef7ce9 UniformXTabulated2DFunction: move stream output to compile unit 2023-01-02 15:50:41 +01:00
Arne Morten Kvarving
8aace8e1d5 UniformXTabulated2DFunction: avoid using sstream 2023-01-02 15:50:41 +01:00
Arne Morten Kvarving
7d386d9082 TridiagonalMatrix: move stream output to compile unit 2023-01-02 15:50:41 +01:00
Arne Morten Kvarving
c7d1fb33e7 Spline: move stream output to compile unit 2023-01-02 15:50:41 +01:00
Arne Morten Kvarving
a82ad9e86a IntervalTabulated2DFunction: avoid using sstream 2023-01-02 15:50:41 +01:00
Atgeirr Flø Rasmussen
4ee3f9ed3e
Merge pull request #3306 from atgeirr/add-missing-include
Add missing <string> include.
2023-01-02 13:11:39 +01:00
Atgeirr Flø Rasmussen
bb48205767 Add missing <string> include. 2023-01-02 12:12:26 +01:00
Bård Skaflestad
c1bcace20d
Merge pull request #3305 from akva2/evaluation_cleanup
Cleanup in evaluations
2022-12-23 15:05:11 +01:00
Arne Morten Kvarving
76892ccd73 EvaluationXXX.hpp: do not include Evaluation.hpp
creates weird circular includes. users should always include
Evaluation.hpp
2022-12-23 13:30:34 +01:00
Arne Morten Kvarving
59d46bbf7e Evaluation: do not include Math.hpp 2022-12-23 13:15:53 +01:00
Arne Morten Kvarving
b487819384 Evaluation: remove unnecessary includes 2022-12-23 13:09:40 +01:00
Arne Morten Kvarving
e9ba866305 Evaluation: do not include valgrind if NDEBUG 2022-12-23 13:02:36 +01:00
Arne Morten Kvarving
9d92514157 Evaluation: move stream operator support to compile unit 2022-12-23 12:58:47 +01:00
Bård Skaflestad
fd2b2ebf52
Merge pull request #3304 from akva2/minimize_dune_dependencies
Minimize dune dependencies
2022-12-23 09:44:59 +01:00
Arne Morten Kvarving
0c596fbb08 test_eclmateriallawmanager: no reason to initialize MPI here
thus we no longer depend on dune-common
2022-12-23 08:49:44 +01:00
Arne Morten Kvarving
00adf562c9 test_eclblackoilpvt: no reason to initialize MPI here
thus we no longer depend on dune-common
2022-12-23 08:49:44 +01:00
Arne Morten Kvarving
d6a15066c5 test_eclblackoilfluidsystem: no reason to initialize MPI here
thus we no longer depend on dune-common
2022-12-23 08:49:44 +01:00
Arne Morten Kvarving
a971ecd4b0 test_threecomponents_ptflash: no reason to initialize MPI here 2022-12-23 08:49:44 +01:00
Arne Morten Kvarving
f790b2bcba test_tabulation: no reason to initialize MPI here
thus we no longer depend on dune-common
2022-12-23 08:49:44 +01:00
Arne Morten Kvarving
45fc048a94 test_spline: no reason to initialize MPI here
thus we no longer depend on dune-common
2022-12-23 08:49:44 +01:00
Arne Morten Kvarving
35b3fd218d test_pengrobinson: no reason to initialize MPI here 2022-12-23 08:49:44 +01:00
Arne Morten Kvarving
b53ea60438 test_ncpflash: no reason to initialize MPI here 2022-12-23 08:49:44 +01:00
Arne Morten Kvarving
6b59969f54 test_co2brine_ptflash: no reason to initialize MPI here 2022-12-23 08:49:44 +01:00
Arne Morten Kvarving
25eb867801 test_immiscibleflash: no reason to initialize MPI here 2022-12-23 08:49:44 +01:00
Arne Morten Kvarving
9c5f863ec1 test_densead: no reason to initialize MPI here
thus we no longer depend on dune-common
2022-12-23 08:49:44 +01:00
Arne Morten Kvarving
7215312bb1 test_fluidsystems: no reason to initialize MPI here
thus we no longer depend on dune-common
2022-12-23 08:49:44 +01:00
Arne Morten Kvarving
9ccee63cac test_fluidmatrixinteractions: no reason to initialize MPI here
thus we no longer depend on dune-common
2022-12-23 08:49:44 +01:00
Arne Morten Kvarving
b782a0360b test_components: no reason to initialize MPI here
thus we no longer depend on dune-common
2022-12-23 08:49:43 +01:00
Arne Morten Kvarving
b81ba96285 test_brineco2pvt: no reason to initialize MPI here
thus we no longer depend on dune-common
2022-12-23 08:49:19 +01:00
Arne Morten Kvarving
6473798cf0 test_blackoilfluidstate: do not include dune mpi helper
thus we no longer depend on dune-common
2022-12-23 08:49:19 +01:00
Arne Morten Kvarving
bffe2b01e8 test_2dtables: no reason to initialize MPI here
and then we no longer depend on dune-common
2022-12-23 08:49:19 +01:00
Arne Morten Kvarving
ea1e8552e7 checkComponent: use Opm::demangle 2022-12-23 08:49:19 +01:00
Arne Morten Kvarving
7b31a45646 BaseFluidSystem: use Opm::demangle 2022-12-23 08:49:19 +01:00
Arne Morten Kvarving
28d160dec3 ThreePhaseParkerVanGenucthenParams: remove fvector include
not used
2022-12-23 08:49:19 +01:00
Arne Morten Kvarving
91b3ecbad0 checkFluidSystem: use Opm::demangle 2022-12-23 08:49:19 +01:00
Arne Morten Kvarving
b125823f92 added: symbol demangling helper
this is trivial enough to carry ourself instead of
relying on dune-common
2022-12-23 08:49:19 +01:00
Arne Morten Kvarving
fd6e793b6a don't include dune traits for Evaluation
unused and it creates an unnecessary dune-common dependency
now test_EvaluationFormat no longer depends on dune-common
2022-12-23 08:49:19 +01:00
Bård Skaflestad
7be5addcf5
Merge pull request #3277 from akva2/waterpvtmultiplexer_encapsulate
WaterPvtMultiplexer: encapsulate EclipseState w/ friends
2022-12-22 19:23:22 +01:00
Arne Morten Kvarving
442f7f599f WaterPvtMultiplexer: put initFromState in separate compile unit
thus encapsulating EclipseState and friends
2022-12-22 18:10:23 +01:00
Arne Morten Kvarving
e867dea639 WaterPvtMultiplexer: remove comparison operator
not used
2022-12-22 18:10:22 +01:00
Bård Skaflestad
92aaa54526
Merge pull request #3285 from akva2/co2_table_encapsulate
CO2: encapsulate CO2Tables
2022-12-22 16:29:09 +01:00
Bård Skaflestad
79cb28f8ca
Merge pull request #3276 from akva2/oilpvtmultiplexer_encapsulate
OilPvtMultiplexer: encapsulate EclipseState w/ friends
2022-12-22 16:21:41 +01:00
Arne Morten Kvarving
4e17a57c08 OilPvtMultiplexer: put initFromState in separate compile unit
thus encapsulating EclipseState, Schedule and TableManager
2022-12-22 15:34:14 +01:00
Arne Morten Kvarving
0855259fd7 OilPvtMultiplexer: remove comparison operator
not used
2022-12-22 15:34:14 +01:00
Bård Skaflestad
1bb8e1e70d
Merge pull request #3275 from akva2/gaspvtmultiplexer_encapsulate
GasPvtMultiplexer: encapsulate EclipseState w/ friends
2022-12-22 15:33:51 +01:00
Markus Blatt
08ba72213f
Merge pull request #3300 from akva2/quadmath_no_cxx_flags
fixed: do not append to flags to CMAKE_CXX_FLAGS
2022-12-22 14:56:16 +01:00
Arne Morten Kvarving
a1126836f5 GasPvtMultiplexer: put initFromState in separate compile unit
thus encapsulating EclipseState and TableManager
2022-12-22 14:47:15 +01:00