Arne Morten Kvarving
|
b3cd20aa69
|
BrineCo2Pvt: remove use of sstream
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
cbb3b9da7f
|
DryHumidGasPvt: remove use of sstream
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
43901d33f0
|
LiveOilPvt: remove use of sstream
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
38f58a2beb
|
WetGasPvt: remove use of sstream
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
b24bf9d339
|
WetHumidGasPvt: remove use of sstream
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
c398faad49
|
H2ON2LiquidPhaseFluidSystem: remove unnecessary <iostream> include
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
d60f1c9f97
|
H2ON2FluidSystem: remove unnecessary <iostream> include
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
da4fe49a3a
|
H2OAirMesityleneFluidSystem: remove unnecessary <iostream> include
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
5776f97490
|
H2OAirFluidSystem: remove unnecessary <iostream> include
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
587ffe4d78
|
BrineCO2FluidSystem: remove use of sstream
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
55c5bc68d5
|
PengRobinson: remove use of sstream
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
30b408c95f
|
NcpFlash: remove use of sstream
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
86d233ba96
|
NcpFlash: remove protected printing method
it is unused and it pulls in iostream.
iostream is still pulled by the dune classes
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
2769ada1a5
|
CompositionFromFugacities: remove sstream usage
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
a885d4de34
|
ImmiscibleFlash: remove use of sstream
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
4927a9a58e
|
ImmiscibleFlash: remove protected printing method
it is unused and it pulls in iostream.
iostream is still pulled by the dune classes
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
83e7e45f2d
|
TabulatedComponent: remove unnecessary <iostream> include
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
f1ecc0c7cf
|
SimpleHuDuanH2O: avoid use of sstream
|
2023-01-02 15:50:41 +01:00 |
|
Arne Morten Kvarving
|
f94bdfda44
|
H2O: avoid use of sstream
|
2023-01-02 15:50:41 +01:00 |
|
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 |
|