opm-simulators icon indicating copy to clipboard operation
opm-simulators copied to clipboard

- added spai0 and JacNew

Open hnil opened this issue 3 years ago • 1 comments

  • added spai0
  • removed synonyme of ILU0 and ParallelOverLappingILU0 and intrudced ILU for dune 2.8

This smoothers may be valuable for smothers in amg of the pressure solve in cpr. ILU may also have advantages over standard block ilu if cpr if resort is not used.

hnil avatar Sep 20 '22 20:09 hnil

Failing example since block size>1 not implemented:

{
    "tol": "0.01",
    "maxiter": "200",
    "verbosity": "3",
    "solver": "bicgstab",
    "preconditioner": {
        "type": "Spai0",
        "relaxation": "1",
        "repeats": "1",
	"left_precond": false,
        "verbose" : "3"
    }
opm-simulators/bin/flow /data/hnil/GITHUB/OPM/opm-tests/spe1/SPE1CASE2.DATA --output-dir=test --linsolver=spai0.json --cpr-reuse-interval=0 

hnil avatar Sep 21 '22 09:09 hnil