Tobias Meyer Andersen
f6c539f819
add SOR smoother
2024-04-11 15:07:17 +02:00
Tobias Meyer Andersen
b02e001ae3
add gs preconditioner for amg and kamg
2024-04-11 15:07:17 +02:00
Tobias Meyer Andersen
030720f855
add dune ILU0 for multiprocess simulations
2024-04-11 15:07:17 +02:00
Tobias Meyer Andersen
8b5ab973e2
Add dune ILU when using only one process
2024-04-11 15:07:17 +02:00
Bård Skaflestad
006aa14fbd
Merge pull request #5263 from blattms/fix-dangling-references-test_LogOutHelper
...
[fix] Prevent dangling refernces in Logger for test_LogOutputHelper
2024-04-11 12:16:04 +02:00
Markus Blatt
d4ae595fd5
use fixtures for test_LogOutputHelper
2024-04-11 10:59:46 +02:00
Markus Blatt
4e9eed0acd
[fix] Prevent dangling refernces in Logger for test_LogOutputHelper
...
In the test methods of the test suite we construct a new logger that
logs to a local stringstream. This logger will be stored in a static
map and hence live longer that the test method and the stringstream.
Some methods use Opm::Log::MessageType::Note, others
Opm::Log::MessageType::Warning for adding the loggging backend . There
is one map per MessageType and sometimes (e.g. previous method used Note
and this one uses Warning) we will log to the old logger with dangling
references.
This problem materialized in a segmentation fault on ppc64el architecture.
2024-04-11 09:44:40 +02:00
Bård Skaflestad
ee5ee7826f
Merge pull request #5250 from bska/region-level-udq
...
Prepare for Including Region Level Quantities in Field Level UDQs
2024-04-08 13:58:00 +02:00
Bård Skaflestad
ac9d6eaa34
Prepare for Including Region Level Quantities in Field Level UDQs
...
Meet the new UDQConfig::eval() API requirement by adding a matcher
factory for region-level summary vectors.
2024-04-08 09:04:22 +02:00
Bård Skaflestad
5f522cf172
Merge pull request #5247 from bska/expose-fipreg-statistics
...
Add Procedure for Calculating Basic FIP Region Statistics
2024-04-08 08:59:20 +02:00
Bård Skaflestad
10d2f52cd2
Add Procedure for Calculating Basic FIP Region Statistics
...
This commit implements the parallel version of
EclipseState::computeFipRegionStatistics()
which computes a FIPRegionStatistics object for the current run's
fluid-in-place regions. The object construction uses an MPI-aware
reduction process to compute the maximum region IDs across all MPI
ranks.
While here, also unconditionally form the statistics object as part
of the EclWriter's constructor to ensure that all ranks participate
in the process. The initial approach of constructing the object on
first use is not robust in parallel. We may however wish to compute
these statistics only when needed. If so, that will be the subject
of follow-up work.
2024-04-05 17:06:13 +02:00
Bård Skaflestad
c2184219fa
Merge pull request #5276 from akva2/adjust_get_param_removal
...
adjust to removal of EWOMS_GET_PARAM
2024-04-05 17:04:18 +02:00
Arne Morten Kvarving
0161d69660
adjust to removal of EWOMS_GET_PARAM
2024-04-05 14:02:28 +02:00
Bård Skaflestad
a44b0f9d5a
Merge pull request #5275 from akva2/adjust_hide_param
...
adjust to Parameters::hideParam change
2024-04-05 14:01:12 +02:00
Arne Morten Kvarving
b8284fea9c
adjust to Parameters::hideParam change
2024-04-05 12:56:38 +02:00
Bård Skaflestad
395bf6431b
Merge pull request #5272 from akva2/adjust_register_param_removal
...
Adjust to EWOMS_REGISTER_PARAM macro removal
2024-04-05 12:42:46 +02:00
Arne Morten Kvarving
6fba1a95c9
adjust to removal of EWOMS_REGISTER_PARAM
2024-04-05 12:24:48 +02:00
Arne Morten Kvarving
c8e26b8e35
adjust to parameter removal in Parameters::registerParam
2024-04-05 12:24:19 +02:00
Arne Morten Kvarving
fdab87d336
Merge pull request #5255 from BigDataAccelerate/fix_dep_rocm_ocl
...
Bug fix: remove dependencies for rocm & cuda on opencl to run block Jacobi ILU
2024-04-05 12:02:30 +02:00
Markus Blatt
ca71415297
Merge pull request #5266 from lisajulia/feature/pyAction-comparison-tests
...
Comparison tests for PYACTION
2024-04-04 19:40:25 +02:00
Bård Skaflestad
da8f5acdee
Merge pull request #5271 from akva2/adjust_hide_param_removal
...
adjust to EWOMS_HIDE_PARAM macro removal
2024-04-04 09:24:04 +02:00
Arne Morten Kvarving
21bc4c7f0d
adjust to EWOMS_HIDE_PARAM macro removal
2024-04-04 08:18:19 +02:00
Bård Skaflestad
3334726871
Merge pull request #5270 from akva2/adjust_ewoms_param_is_set
...
adjust to EWOMS_PARAM_IS_SET macro removal
2024-04-03 21:47:52 +02:00
Bård Skaflestad
864a8d73da
Merge pull request #5269 from akva2/adjust_removal_end_param_registration
...
adjust to EWOMS_END_PARAM_REGISTRATION macro removal
2024-04-03 21:46:56 +02:00
Arne Morten Kvarving
46c3402eba
adjust to EWOMS_PARAM_IS_SET macro removal
2024-04-03 19:54:45 +02:00
Arne Morten Kvarving
b4d2189bd2
adjust to EWOMS_END_PARAM_REGISTRATION macro removal
2024-04-03 16:18:39 +02:00
Lisa Julia Nebel
fb985298b2
Add tests that compare runs using the ACTIONX keyword to those that use the PYACTION keyword
2024-04-03 16:05:48 +02:00
Lisa Julia Nebel
6f7cc94da2
Add script to compare the summary files of two different simulator runs
2024-04-03 16:05:44 +02:00
Bård Skaflestad
2da4b8503e
Merge pull request #5265 from akva2/janitoring
...
BlackoilWellModel: header cleanup and some debug-iterator fixes
2024-04-03 15:17:53 +02:00
Bård Skaflestad
91c3100497
Merge pull request #5267 from akva2/fix_wbp_test_segfault
...
fixed: segfault due to taking a reference to temporary
2024-04-03 15:16:19 +02:00
Arne Morten Kvarving
bf83fab00d
fixed: segfault due to taking a reference to temporary
2024-04-03 14:36:31 +02:00
Arne Morten Kvarving
ba96a94277
avoid derefing out-of-bounds if there are no alqs
2024-04-02 16:43:02 +02:00
Arne Morten Kvarving
cecedc1042
fixed: rate converter must be initialized early if WELLPI is enabled
2024-04-02 16:42:40 +02:00
Arne Morten Kvarving
ae60f0b640
BlackoilWellModel: header cleanup
...
add necessary headers, remove unused
2024-04-02 14:20:50 +02:00
Markus Blatt
1243148d38
Merge pull request #5264 from akva2/fix_oob_no_wells
...
fixed: out-of-bounds reference with no wells
2024-04-02 10:48:26 +02:00
Markus Blatt
4647d90f02
Merge pull request #5262 from GitPaean/removing_flowproblem_include
...
removing the including of FlowProblem in BlackoilWellModel
2024-04-02 10:32:11 +02:00
Arne Morten Kvarving
c263ae9b66
fixed: out-of-bounds reference with no wells
2024-04-01 21:34:42 +02:00
Kai Bao
29358ee70b
removing the including of FlowProblem in BlackoilWellModel
2024-03-27 13:12:55 +01:00
Bård Skaflestad
1d758706df
Merge pull request #5246 from bska/max-regid-common
...
Switch to Using Declared Maximum Region IDs From Common
2024-03-26 13:51:42 +01:00
Bård Skaflestad
1799b6ee07
Switch to Using Declared Maximum Region IDs From Common
...
The declaredMaxRegionID() function is now available in OPM-Common.
2024-03-22 21:24:11 +01:00
Markus Blatt
1484b4f96f
Merge pull request #5244 from bska/defer-smrycfg-init
...
Defer SummaryConfig Initialisation
2024-03-22 18:55:36 +01:00
Bård Skaflestad
785b96f6f3
Distribute SummaryConfig Objects With eclBroadcast
...
Suggested by [at]akva2.
While here, also switch to using type deduction instead of explicit
template arguments for the eclBroadcast overloads.
2024-03-22 16:53:51 +01:00
Bård Skaflestad
8e9cb4b249
Defer SummaryConfig Initialisation
...
In the current approach, the full list of summary vectors,
especially those that are defined at the region level, is not known
until we've processed all UDQ and/or ACTIONX definitions. As a
quick solution to this, switch to using the 'SummaryConfig' object
that's defined in the EclipseIO container instead of the object that
gets constructed when reading the input files.
It is likely that we will have to rethink and refactor this
construction process later.
2024-03-22 16:53:51 +01:00
Bård Skaflestad
4ea4ec94d8
Merge pull request #5259 from blattms/fix-limit-nextstep
...
[bugfix] Use reasonable timestep if NEXTSTEP in ACTIONX is used.
2024-03-22 16:49:54 +01:00
Markus Blatt
dc17b86865
Merge pull request #5261 from blattms/fix-libfmt-call
...
[bugfix] Correctly form debug message to avoid exceptions in libfmt.
2024-03-22 15:03:06 +01:00
Markus Blatt
98e11bf14e
[bugfix] Use reasonable timestep if NEXTSTEP in ACTIONX is used.
...
The step size might still need to be smaller than suggested to not
simulate beyond the end of the current report step. To ensure this we
now use AdaptiveTimeSimulationTimer::provideTimeStepEstimate which
will limit it and also make sure that subsequent time steps will not
get to small either.
2024-03-22 14:25:09 +01:00
Markus Blatt
fee12696cb
[bugfix] Correctly form debug message to avoid exceptions in libfmt.
2024-03-22 14:12:05 +01:00
Atgeirr Flø Rasmussen
1507529151
Merge pull request #5229 from akva2/wghelpers_simplify_comm
...
WellGroupHelpers: use type alias instead of template parameter for Comm
2024-03-21 11:16:14 +01:00
Markus Blatt
8d28b1b73e
Merge pull request #5218 from aritorto/aboutLgrTrans
...
Simulation (partially) supported for CpGrid with LGRs
2024-03-20 10:33:05 +01:00
Antonella Ritorto
5e1a37e497
Simulation partially supported for CpGrid with LGRs
2024-03-20 08:48:09 +01:00