opm-simulators/tests
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
..
liveoil.DATA Added pvt functionality for wetgas 2014-01-10 16:07:02 +01:00
test_blackoilstate.cpp Replaced include math.h with cmath, and changed from fabs to abs. Fixed an error in the testfile, a filename was wrong 2013-11-04 13:51:32 +01:00
test_dgbasis.cpp Update to follow previous moves and deletes. 2013-03-18 12:40:34 +01:00
test_linearsolver.cpp Added a test for the linear solver interface. 2014-03-19 21:48:07 +01:00
test_parallel_linearsolver.cpp Added support for the parallel solvers of dune-istl. 2014-03-20 21:59:29 +01:00
test_shadow.cpp Provide way of shadowing only some properties 2013-07-30 13:11:52 +02:00
test_wellcollection.cpp Changed the WellCollection addChild functions to be more specific, and strict 2014-02-13 16:00:39 +01:00
test_wellcontrols.cpp Changed open / close behaviour of well_controls: 1) well_controls has an explicit open_close flag. 2) Will NOT flip current value to change open|close status 2014-03-04 20:23:19 +01:00
test_wells.cpp Merge remote-tracking branch 'upstream/opm-parser-integrate' into wellsmanager-rates 2014-01-30 09:50:09 +01:00
test_wellsgroup.cpp Fixed copyright section 2014-02-11 14:21:15 +01:00
test_wellsmanager.cpp Removed old EclipseGridParser from WellsManager constructor, WGROUPCON still missing 2014-02-14 15:36:32 +01:00
testBlackoilState1.DATA Merged upstream/master 2014-02-04 21:42:07 +01:00
testBlackoilState2.DATA Fix fallout from PR #474 2014-01-31 14:24:02 +01:00
testFluid.DATA Mark deck as FIELD units. 2013-06-05 12:24:23 +02:00
wells_group.data Changed the WellCollection addChild functions to be more specific, and strict 2014-02-13 16:00:39 +01:00
wells_manager_data_expanded.data Removed WELOPEN from constructor, added throwing on non OPEN/SHUT statuses 2014-02-06 16:31:35 +01:00
wells_manager_data_wellSTOP.data Removed WELOPEN from constructor, added throwing on non OPEN/SHUT statuses 2014-02-06 16:31:35 +01:00
wells_manager_data.data Added building of WellsCollection group structure from new opm-parser objects 2014-02-14 13:43:25 +01:00
wetgas.DATA Added pvt functionality for wetgas 2014-01-10 16:07:02 +01:00