Arne Morten Kvarving
|
a4c0af09d9
|
fixed: do not use Opm:: prefix when inside namespace Opm
|
2021-05-05 11:59:18 +02:00 |
|
Franz Georg Fuchs
|
17126ba229
|
throw specific error if json file does not exist
|
2021-02-24 11:31:36 +01:00 |
|
Markus Blatt
|
065e2f34f1
|
Do not include config.h in header (not even in *_impl.hpp)
I was getting warnings about redefined definitions (e.g. HAVE_PARMETIS).
|
2020-12-11 17:53:24 +01:00 |
|
Atgeirr Flø Rasmussen
|
ea0abd1331
|
Bugfix: do not substr() on too small strings.
|
2020-10-12 21:58:58 +02:00 |
|
Atgeirr Flø Rasmussen
|
316b28923d
|
Rename parameter --linear-solver-configuration to --linsolver.
|
2020-10-12 17:03:00 +02:00 |
|
Atgeirr Flø Rasmussen
|
f169cf90d8
|
Remove --linear-solver-configuration-file parameter.
This is now handled by passing a string to --linear-solver-configuration that
ends with ".json".
|
2020-10-12 16:41:09 +02:00 |
|
Atgeirr Flø Rasmussen
|
30a4fe55b0
|
Add "amg" option to --linear-solver-configuration.
|
2020-10-11 09:31:48 +02:00 |
|
Atgeirr Flø Rasmussen
|
842afd312e
|
Refactor setupPropertyTree().
|
2020-10-11 09:24:05 +02:00 |
|
Atgeirr Flø Rasmussen
|
65817c9068
|
Removed old amg/cpr code that can be replaced.
The replacement consists of using the FlexibleSolver code.
|
2020-10-08 15:12:41 +02:00 |
|
Markus Blatt
|
712f576b36
|
Default to trueimpes as this seems slightly faster for Norne.
|
2020-05-15 12:41:25 +02:00 |
|
Markus Blatt
|
6635c8c7cd
|
Actually honor CprMaxEllIter
instead of always overwriting it with 1.
|
2020-05-15 12:40:17 +02:00 |
|
Markus Blatt
|
65fceb34c1
|
Delete superfluous second setting of trueimpes.
It is already set in the if-else above.
|
2020-05-15 12:38:41 +02:00 |
|
Markus Blatt
|
50cbe9a09e
|
Use "trueimpes" for weight_type for configuration cpr_trueimpes.
Previously, we always used quasiimpes.
|
2020-05-13 17:00:36 +02:00 |
|
Markus Blatt
|
aa54b4d8db
|
Remove unused weight_filename from json file.
|
2020-05-12 11:52:19 +02:00 |
|
Markus Blatt
|
2c432e09af
|
Error when json file is requested for insufficient boost version.
|
2020-03-31 16:49:37 +02:00 |
|
Markus Blatt
|
589b70ff26
|
Correct errror message when json file is not specified.
|
2020-03-31 16:49:37 +02:00 |
|
Markus Blatt
|
910ecdb78d
|
Addedmissing space.
|
2020-03-31 16:49:37 +02:00 |
|
Markus Blatt
|
2fc2703aba
|
Use special default for LinearSolverMaxIter for CPR and honor CprMaxEllIter
|
2020-03-31 16:49:37 +02:00 |
|
Markus Blatt
|
9019a52937
|
Use enable_if on comm constructor parameter.
As this is the one we want to check.
|
2020-03-31 16:49:37 +02:00 |
|