Files
opm-simulators/opm/autodiff
Markus Blatt 63058559bc Added various other variants of MILU.
These versions are inspired by the ones used in SuperLU and the enums
to choose them have simuilar names, but without leading S (MILU_1-MILU_3).

The following variants are supported (chosen by the enum MILU_VARIANT):
ILU: plain ILU
MILU_1:  lump diagonal with dropped row entries.
MILU_2:  lump diagonal with the sum of the absolute values of the dropped row
         entries.
MILU_3: if diagonal is positive add sum of dropped row entrires. Otherwise substract them.
MILU_4: if diagonal is positive add sum of dropped row entrires. Otherwise do nothing
2018-07-20 14:42:46 +02:00
..
2015-11-10 13:37:36 +01:00
2017-11-06 14:20:41 +01:00
2018-06-11 17:23:28 +02:00
2018-02-10 08:33:33 +01:00
2018-02-10 08:33:33 +01:00
2018-06-26 12:30:54 +02:00
2017-06-14 14:22:22 +02:00
2016-09-13 23:58:59 +02:00
2018-05-15 10:24:50 +02:00