opm-simulators/opm/core/linalg
Markus Blatt bdc4573e2a Added support for the parallel solvers of dune-istl.
To support this the solveSystem methods of the LinearSolverInterface gets
an optional additional template parameter of type boost::any. It can hold any
copy constructable object. In our case it is used to pass the information about
the parallelization into the solvers of dune-istl without the compiler needing to know
their type. Inside of LinearSolverIstl::solveSystem we check whether the type stored inside of
boost::any is the new ParallelIstlInformation. If this is the case we extract the information
and use the parallel solvers if available, otherwise we solve serial/sequential.

The new ParallelIstlInformation is needed as the OwnerOverlapCopyCommunication is not copy
constructable. This is indeed a design flaw that should and will fixed upstream, but for the
time being we need ParallelIstlInformation to transfer the ParallelIndexSet and RemoteIndices
objects.
2014-03-20 21:59:29 +01:00
..
call_umfpack.c Remove subdirectory from SuiteSparse include 2013-08-25 09:35:51 +02:00
call_umfpack.h Moved code from opmcore/ to opm/core/ 2011-12-12 11:13:54 +01:00
LinearSolverFactory.cpp Added support for the parallel solvers of dune-istl. 2014-03-20 21:59:29 +01:00
LinearSolverFactory.hpp Added support for the parallel solvers of dune-istl. 2014-03-20 21:59:29 +01:00
LinearSolverInterface.cpp make config.h the first header to be included in any compile unit 2013-04-10 12:56:14 +02:00
LinearSolverInterface.hpp Added support for the parallel solvers of dune-istl. 2014-03-20 21:59:29 +01:00
LinearSolverIstl.cpp Added support for the parallel solvers of dune-istl. 2014-03-20 21:59:29 +01:00
LinearSolverIstl.hpp Added support for the parallel solvers of dune-istl. 2014-03-20 21:59:29 +01:00
LinearSolverUmfpack.cpp Added support for the parallel solvers of dune-istl. 2014-03-20 21:59:29 +01:00
LinearSolverUmfpack.hpp Added support for the parallel solvers of dune-istl. 2014-03-20 21:59:29 +01:00
ParallelIstlInformation.hpp Added support for the parallel solvers of dune-istl. 2014-03-20 21:59:29 +01:00
sparse_sys.c make config.h the first header to be included in any compile unit 2013-04-10 12:56:14 +02:00
sparse_sys.h Anchor Doxygen comments to current line. 2012-06-26 11:44:30 +02:00