Arne Morten Kvarving
2245daa0c7
ISTLSolver: optionally instantiate for float
2024-08-21 09:40:24 +02:00
Arne Morten Kvarving
1cc27754d8
FlexibleSolver: optionally instantiate for float
...
PreconditionerFactory: optionally instantiate for float
these need to go in the same commit due to circular dependencies
2024-08-21 09:34:28 +02:00
Arne Morten Kvarving
d244f49813
FlexibleSolver: throw if umfpack is requested with float Scalar
2024-08-21 09:33:03 +02:00
Arne Morten Kvarving
a7b99651c1
WellContributions: optionally instantiate for float
...
cuWellContributions: optionally instantiate for float
openclWellContributions: optionally instantiate for float
rocsparseWellContributions: optionally instantiate for float
these need to go in the same commit due to circular dependencies
2024-08-21 09:23:31 +02:00
Arne Morten Kvarving
9f5bad224c
openclKernels: optionally instantiate for float
2024-08-21 09:23:31 +02:00
Arne Morten Kvarving
df0a9a4055
MultisegmentWellContribution: optionally instantiate for float
2024-08-21 09:23:31 +02:00
Arne Morten Kvarving
b507c75e75
MultisegmentWellContribution: disable with float Scalars
2024-08-21 09:23:31 +02:00
jakobtorben
5d54c50ba0
Add method for defining if preconditioners should be recreated
2024-08-20 17:57:38 +02:00
Arne Morten Kvarving
14bc929fb0
ParallelOverlappingILU0: optionally instantiate for float
2024-08-19 13:51:15 +02:00
Arne Morten Kvarving
f94f1d1012
MILU: optionally instantiate for float
2024-08-19 13:50:08 +02:00
Arne Morten Kvarving
f8c04129dd
PropertyTree: add instances for float
2024-08-19 13:09:41 +02:00
Arne Morten Kvarving
e82395af99
FlowLinearSolverParameters: introduce translation unit
2024-08-16 16:59:50 +02:00
Arne Morten Kvarving
3751ca6be4
move FlowLinearSolver parameters to TypeTag-free parameter system
2024-08-16 13:23:16 +02:00
Arne Morten Kvarving
dd1bc8d75b
move FlowBaseVanguard parameters to TypeTag-free parameter system
2024-08-16 13:20:06 +02:00
Arne Morten Kvarving
3716ee664d
move BlackoilModel parameters to TypeTag-free parameter system
2024-08-16 13:20:04 +02:00
Tor Harald Sandve
0371cd5342
Change defaults
...
Use implicit IPR as default
Allow for switching of control during local well solves as default
2024-08-16 10:16:04 +02:00
Tor Harald Sandve
0e01d99741
use cprw as default linear solver
2024-08-16 10:16:04 +02:00
Arne Morten Kvarving
4d339d3998
LinearSolver parameters moved to TypeTag-free parameter system
2024-08-14 09:27:52 +02:00
Arne Morten Kvarving
66747886c6
avoid unnecessary copy of jacobian
2024-08-13 13:36:05 +02:00
Arne Morten Kvarving
4577469e19
rename parameters to avoid shadowing member variables
2024-08-13 13:36:05 +02:00
Arne Morten Kvarving
9b9ae24909
mark methods override
2024-08-13 11:25:33 +02:00
Arne Morten Kvarving
835e268a8c
rename macros for consistency
2024-08-13 11:25:33 +02:00
Arne Morten Kvarving
65cc3d7400
remove unused includes
2024-08-13 11:25:33 +02:00
Arne Morten Kvarving
a1fe421de9
remove unused variables
2024-08-13 11:25:33 +02:00
Arne Morten Kvarving
8667a18144
anonymize unused parameters to avoid warnings
2024-08-13 11:25:33 +02:00
Arne Morten Kvarving
67f7bba512
mark parameters maybe_unused
2024-08-13 11:25:33 +02:00
Tobias Meyer Andersen
7a30aaa46e
Add an OPM implementation of ILU0
...
improve file structure in cuistl
run clang-format
2024-08-09 15:52:42 +02:00
Bård Skaflestad
ad595fed5e
Merge pull request #5506 from akva2/move_params_to_parameters
...
Move parameters to Opm::Parameters namespace
2024-08-09 09:16:10 +02:00
Markus Blatt
a6006b0c93
Merge pull request #5505 from lisajulia/fix/COMPDAT-NLDD
...
Fix the usage of the COMPDAT keyword in an ACTIONX for the NLDD solver for sequential runs
2024-08-08 15:35:00 +02:00
Arne Morten Kvarving
42389b0182
fixed: don't add device/host annotations to defaulted functions
...
these will automagically be generated in both compiler passes so
the specifiers are meaningless and causes nvcc to emit a warning
2024-08-08 10:56:24 +02:00
Kjetil Olsen Lye
b145b6bf11
Merge pull request #5515 from multitalentloes/avoid_exception_macro_in_device_code
...
Avoid exception macro in device code
2024-08-08 10:54:34 +02:00
Lisa Julia Nebel
f6a06f2639
Change the type of the argument possibleFutureConnections from a pointer to a const reference
2024-08-08 09:19:32 +02:00
Tobias Meyer Andersen
f1897a30ac
correct grammar
2024-08-07 13:35:52 +02:00
Tobias Meyer Andersen
fe09d147b0
use macro to make device code valid in debug mode
2024-08-07 13:31:48 +02:00
Arne Morten Kvarving
167e1f413a
Bda: add missing override specifiers
2024-08-07 11:19:45 +02:00
Arne Morten Kvarving
a65ddff8f6
changed: BlackoilModel parameters moved to Opm::Parameters namespace
2024-08-06 09:50:02 +02:00
Arne Morten Kvarving
4fc1487a9d
changed: FlowBaseVanguard parameters moved to Opm::Parameters namespace
2024-08-06 09:50:02 +02:00
Arne Morten Kvarving
0745a5e496
changed: FlowLinearSolver parameters moved to Opm::Parameters namespace
2024-08-06 07:18:28 +02:00
Lisa Julia Nebel
8cd53ecea7
Change type of possibleFutureConnections to std::unordered_map<std::string, std::set<int>>
...
Now it contains the global ids of the perforated cells for each well instead of the coordinates ijk
2024-08-05 19:31:54 +02:00
Kjetil Olsen Lye
51e8bb7191
Merge pull request #5392 from multitalentloes/add_CuBuffer
...
Add CuBuffer and CuView
2024-08-05 15:29:59 +02:00
Tobias Meyer Andersen
30013ea9d0
remove last two unneeded size t conversions
2024-08-05 13:12:35 +02:00
Tobias Meyer Andersen
62ee7bf495
fix indendation and needless conversions
2024-08-05 11:47:18 +02:00
Arne Morten Kvarving
22a116728c
changed: LinearSolverVerbosity parameter moved to Opm::Parameters namespace
2024-08-02 09:04:08 +02:00
Tobias Meyer Andersen
e8ac31da16
add CuBuffer and CuView to cuISTL
2024-08-01 16:38:16 +02:00
Markus Blatt
03dc006b88
Merge pull request #5488 from lisajulia/fix/ACTIONX-COMPDAT
...
Fix/actionx compdat
2024-07-30 17:18:04 +02:00
Arne Morten Kvarving
24c60e256f
openclSolverBackend: fix shadowing type alias
2024-07-30 11:05:48 +02:00
Arne Morten Kvarving
405a907d63
anonymize unused parameters to quell compiler warnings
2024-07-30 10:55:53 +02:00
Arne Morten Kvarving
2a9077a45c
fix macro formatting
2024-07-30 10:55:40 +02:00
Lisa Julia Nebel
efb18d0027
Add possible future connections to the grid methods that handle the well connections
2024-07-29 09:59:52 +02:00
Markus Blatt
ca2ef490aa
Merge pull request #5408 from BigDataAccelerate/cpr_rocsparse
...
rocsparse CPR initial version
2024-07-16 18:57:40 +02:00