Arne Morten Kvarving
|
35fa52f0b9
|
EclDummyGradientCalculator: some modernization
- typedef -> using
|
2022-08-10 12:44:53 +02:00 |
|
Arne Morten Kvarving
|
07283aa780
|
EclCpGridVanguard: some modernization
- typedef -> using
- use constexpr
|
2022-08-10 12:44:53 +02:00 |
|
Arne Morten Kvarving
|
c2de02a04d
|
EclAluGridVanguard: some modernization
- typedef -> using
- use constexpr
- use nullptr, not 0
- fix some indents
|
2022-08-10 12:44:53 +02:00 |
|
Arne Morten Kvarving
|
d0c528a240
|
collecttoiorank: use constexpr
|
2022-08-10 12:37:04 +02:00 |
|
Arne Morten Kvarving
|
7b74c75f7c
|
eclalucartesianindexmapper: some modernization
- typedef -> using
- use constexpr
|
2022-08-10 12:37:04 +02:00 |
|
Atgeirr Flø Rasmussen
|
a242dadb6f
|
Merge pull request #3988 from atgeirr/faster_assembly_minimal
Faster assembly minimal
|
2022-08-10 11:20:59 +02:00 |
|
Atgeirr Flø Rasmussen
|
a5c8d40cfa
|
Remove unneeded timeIdx arguments, also silence other warnings.
|
2022-08-10 10:01:54 +02:00 |
|
Atgeirr Flø Rasmussen
|
923b1c555c
|
Make flow_blackoil_tpfa.cpp an OPM Flow variant in the build system.
|
2022-08-09 14:53:58 +02:00 |
|
Tong Dong Qiu
|
58b20fe2fb
|
Tweak ILU opencl kernel launch params
|
2022-08-09 13:39:35 +02:00 |
|
Tong Dong Qiu
|
d0aa42e9e3
|
Reduce source code line lengths
|
2022-08-09 13:38:57 +02:00 |
|
Tong Dong Qiu
|
5607329b05
|
Backport to fix ChowPatelIlu
|
2022-08-09 11:49:47 +02:00 |
|
Atgeirr Flø Rasmussen
|
90e8a9af69
|
Do not change true impes weights.
|
2022-08-09 11:11:36 +02:00 |
|
Atgeirr Flø Rasmussen
|
727bf8d01f
|
Do not make changes to eclthresholdpressure.hh and ecltracermodel.hh.
Not required for first version, but should be added later.
|
2022-08-09 11:11:36 +02:00 |
|
Atgeirr Flø Rasmussen
|
322dcbfb36
|
Make getWaterFlux() take const ref argument. Minor formatting cleanups.
|
2022-08-09 11:11:36 +02:00 |
|
Atgeirr Flø Rasmussen
|
254330463e
|
Disable diffusion for flow_blackoil_tpfa.
|
2022-08-09 11:11:36 +02:00 |
|
Atgeirr Flø Rasmussen
|
cabe64cc58
|
Further reduction of modifications.
|
2022-08-09 11:11:36 +02:00 |
|
Atgeirr Flø Rasmussen
|
5fba14373b
|
Modification to reduce PR to minimal changes.
|
2022-08-09 11:11:36 +02:00 |
|
Atgeirr Flø Rasmussen
|
9de8d12276
|
[WIP] not using the SmallElementContext or BlackOilIntensiveQuantitiesSimple.
|
2022-08-09 11:11:36 +02:00 |
|
Atgeirr Flø Rasmussen
|
cd729e5bd3
|
Simplify formatting.
|
2022-08-09 11:11:36 +02:00 |
|
Atgeirr Flø Rasmussen
|
5042b02138
|
Rename method and move to impl file.
|
2022-08-09 11:11:36 +02:00 |
|
Atgeirr Flø Rasmussen
|
0da2b68e0b
|
Adapt to changed interface.
|
2022-08-09 11:11:36 +02:00 |
|
Atgeirr Flø Rasmussen
|
750e7ac5dd
|
Clean up and remove unnecessary parts from flow_blackoil_tpfa.cpp.
|
2022-08-09 11:11:36 +02:00 |
|
Atgeirr Flø Rasmussen
|
55b637aedd
|
Remove unneded class.
All functionality is now in EclFluxModule.
|
2022-08-09 11:11:36 +02:00 |
|
Atgeirr Flø Rasmussen
|
0bf508daf7
|
Refactor EclFluxModule.
This makes that class have the same methods as the EclFluxModuleTpfa, so
the latter can be removed.
|
2022-08-09 11:11:36 +02:00 |
|
Atgeirr Flø Rasmussen
|
d61e578194
|
Remove unneeded data member.
|
2022-08-09 11:11:36 +02:00 |
|
Atgeirr Flø Rasmussen
|
8c0a8eda2c
|
Fix: Use correct gravity.
|
2022-08-09 11:11:36 +02:00 |
|
Atgeirr Flø Rasmussen
|
9603a1643e
|
Continue refactoring flux module.
At current commit, see differences (added this commit).
|
2022-08-09 11:11:36 +02:00 |
|
Atgeirr Flø Rasmussen
|
fb0bc3d55a
|
Continue cleanup of flux module.
|
2022-08-09 11:11:36 +02:00 |
|
Atgeirr Flø Rasmussen
|
fdce3e590d
|
WIP, now runs with just this flux module replacing original versions.
|
2022-08-09 11:11:36 +02:00 |
|
Atgeirr Flø Rasmussen
|
c48770dc5f
|
Remove EclProblemTpfa, folding all methods into EclProblem.
|
2022-08-09 11:11:36 +02:00 |
|
Atgeirr Flø Rasmussen
|
64474c0267
|
Remove unused code.
|
2022-08-09 11:09:48 +02:00 |
|
Atgeirr Flø Rasmussen
|
f19b6f723d
|
Refactor to avoid twin codepaths most places.
|
2022-08-09 11:09:48 +02:00 |
|
Atgeirr Flø Rasmussen
|
b1bcab31b9
|
Refactor addToSource to add interface not using element context.
|
2022-08-09 11:09:48 +02:00 |
|
Atgeirr Flø Rasmussen
|
66a1c46413
|
Remove unused code branch.
|
2022-08-09 11:09:48 +02:00 |
|
Atgeirr Flø Rasmussen
|
657f4f5b8e
|
Use separate TpfaLinearizer (again).
|
2022-08-09 11:09:48 +02:00 |
|
Atgeirr Flø Rasmussen
|
4d0fc84b1f
|
No need for specific base local residual class.
|
2022-08-09 11:09:48 +02:00 |
|
Atgeirr Flø Rasmussen
|
9dba7865e9
|
No need for specific variant of base ad local linearizer.
|
2022-08-09 11:09:48 +02:00 |
|
Atgeirr Flø Rasmussen
|
743eff9cf6
|
Set prop for using tpfa linearizer to true.
|
2022-08-09 11:09:48 +02:00 |
|
Atgeirr Flø Rasmussen
|
6e46d332de
|
Do not use the separate LinearizerTpfa class.
|
2022-08-09 11:09:48 +02:00 |
|
Atgeirr Flø Rasmussen
|
5d0ae333f4
|
Fix: add template argument.
|
2022-08-09 11:09:48 +02:00 |
|
hnil
|
f751279841
|
fixed true impes for new code
|
2022-08-09 11:09:48 +02:00 |
|
hnil
|
4f6755025c
|
-prototype on trueimpes in new system
-probably better threading
|
2022-08-09 11:09:48 +02:00 |
|
hnil
|
6d3b0a7c1f
|
tried to make openmp work
|
2022-08-09 11:09:48 +02:00 |
|
hnil
|
0c03e72782
|
fixing compilation warning
|
2022-08-09 11:09:48 +02:00 |
|
hnil
|
5a39724606
|
added functions for direct setting of well rates contribution to reservoir
|
2022-08-09 11:09:48 +02:00 |
|
hnil
|
c5d547efff
|
modification for global assembly
|
2022-08-09 11:09:48 +02:00 |
|
hnil
|
d9c59efcf1
|
moved transCompFactor to intensive quantities
|
2022-08-09 11:09:48 +02:00 |
|
hnil
|
07a7070dc0
|
revert eclproblem.hh back to original
|
2022-08-09 11:09:48 +02:00 |
|
hnil
|
409f60642e
|
new eclproblemtpfa
|
2022-08-09 11:09:48 +02:00 |
|
hnil
|
8f5e0940fe
|
restructuring to be able to call without local indices
|
2022-08-09 11:09:48 +02:00 |
|