Simulator programs and utilities for automatic differentiation.
Go to file
Markus Blatt e1d0995104 Explicitly construct the ScalarProduct, and SequentialInformation.
This patch refactors the calls to the dune-istl solvers.
The SeqScalarProduct, and SequentialInformation is now explicitly
constructed and later used to construct the smoothers
generically. Aditionally the linear operator (MatrixAdapter) is
constructed before calling the various solver dependent solve
routines.

While this does not change the behaviour of the code it is a
preparatory step to support parallel solvers. These parallel
solvers only differ in the type of the scalarproduct and
linear operator used from the sequential ones.
2014-03-20 10:39:48 +01:00
examples catch all exceptions in all tutorials and examples 2013-09-05 13:04:38 +02:00
opm/core Explicitly construct the ScalarProduct, and SequentialInformation. 2014-03-20 10:39:48 +01:00
tests Added a test for the linear solver interface. 2014-03-19 21:48:07 +01:00