opm-simulators/examples/problems
Andreas Lauser b1995f7dfb provide access to the prestine linear solvers of dune-istl
... and use the restarted GMRES solver in conjunction with a ILU-2
preconditioner for the water-air unit test.

I do not really recommend using these solvers because BiCGSTAB tends
to be 20% to 30% slower than our home-brewn implementation (this is
because the dune-istl solvers cannot use custom convergence criteria),
but dune-istl offers more choices than just BiCGStab and this
functionallity could be helpful when debugging issues related to
solving the linear systems of equations.

Note that regardless of how pedantic the interpretation of DUNE's
license is, there are no licensing issues with this code because we do
not distribute any files derived from DUNE anymore.
2017-01-02 15:45:41 +01:00
..
co2injectionflash.hh fix most pedantic compiler warnings in the basic infrastructure 2016-11-09 14:54:22 +01:00
co2injectionproblem.hh adapt to the move of Unused.hpp from opm-material to opm-common 2016-11-22 14:41:07 +01:00
cuvetteproblem.hh the new home of Valgrind.hpp is opm-common! 2016-12-14 12:38:12 +01:00
diffusionproblem.hh adapt to the move of Unused.hpp from opm-material to opm-common 2016-11-22 14:41:07 +01:00
fingerproblem.hh fix most pedantic compiler warnings in the basic infrastructure 2016-11-09 14:54:22 +01:00
fractureproblem.hh adapt to the move of Unused.hpp from opm-material to opm-common 2016-11-22 14:41:07 +01:00
groundwaterproblem.hh remove the modified version of the linear solvers from dune-istl 2017-01-02 15:45:41 +01:00
infiltrationproblem.hh the new home of Valgrind.hpp is opm-common! 2016-12-14 12:38:12 +01:00
lensproblem.hh remove the modified version of the linear solvers from dune-istl 2017-01-02 15:45:41 +01:00
obstacleproblem.hh adapt to the move of Unused.hpp from opm-material to opm-common 2016-11-22 14:41:07 +01:00
outflowproblem.hh adapt to the move of Unused.hpp from opm-material to opm-common 2016-11-22 14:41:07 +01:00
powerinjectionproblem.hh adapt to the move of Unused.hpp from opm-material to opm-common 2016-11-22 14:41:07 +01:00
reservoirproblem.hh adapt to the move of Unused.hpp from opm-material to opm-common 2016-11-22 14:41:07 +01:00
richardslensproblem.hh adapt to the move of Unused.hpp from opm-material to opm-common 2016-11-22 14:41:07 +01:00
stokes2ctestproblem.hh adapt to the move of Unused.hpp from opm-material to opm-common 2016-11-22 14:41:07 +01:00
stokesnitestproblem.hh adapt to the move of Unused.hpp from opm-material to opm-common 2016-11-22 14:41:07 +01:00
stokestestproblem.hh adapt to the move of Unused.hpp from opm-material to opm-common 2016-11-22 14:41:07 +01:00
waterairproblem.hh provide access to the prestine linear solvers of dune-istl 2017-01-02 15:45:41 +01:00