opm-simulators/tests
Andreas Lauser f7982e15ce parallelization: treat off-diagonal matrix entries on the process boundaries properly
this is required so that the element-centered finite volume method
does not handle each partition of the domain separately. (i.e. so that
fluxes accross faces on the process boundaries are considered) mea culpa!

The fix for this is to also include these entries in the matrix which
uses domestic indices. This required some rather extensive changes to
the blacklisting mechanism as for this it must be possible to
translate the index of a blacklisted entity (i.e., an entity in a
ghost or an overlap cell) to a domestic index (i.e., the corresponding
index in the algebraic overlap).

Note that the code for algebraic overlaps is *fun* and the person who
wrote it should be tarred and feathered. (*ouch* ;)) Seriously: Better
approaches than "lets-throw-this-away-and-use-grid-overlaps" are
deeply appreciated. (The grid overlap is not really useful in Dune
because only "Mickey Mouse grids" like Dune::YaspGrid support it.)
2014-07-21 21:25:27 +02:00
..
data rename the tests/grids folder to tests/data 2014-05-08 15:31:32 +02:00
models fix quite a few warnings that occur on clang when using -Weverything 2014-02-24 18:17:09 +01:00
referencesolutions parallelization: treat off-diagonal matrix entries on the process boundaries properly 2014-07-21 21:25:27 +02:00
ecl_blackoil.cc add a simulator which uses Eclipse data files and the blackoil model 2014-04-27 19:12:32 +02:00
finger_immiscible.cc remove all vim and emacs modelines 2014-01-16 17:58:10 +01:00
lens_immiscible_ecfv.cc lens problem: add an ECFV variant 2014-07-11 20:27:44 +02:00
lens_immiscible_vcfv.cc lens problem: add an ECFV variant 2014-07-11 20:27:44 +02:00
lens_richards.cc remove all vim and emacs modelines 2014-01-16 17:58:10 +01:00
powerinjection_darcy.cc shorten all lines to at most 100 characters 2014-02-11 00:46:17 +01:00
powerinjection_forchheimer.cc shorten all lines to at most 100 characters 2014-02-11 00:46:17 +01:00
reservoir_blackoil.cc remove all vim and emacs modelines 2014-01-16 17:58:10 +01:00
run-vtu-test.sh test driver: print the full command used for each test 2014-05-02 16:06:46 +02:00
test_navierstokes.cc remove all vim and emacs modelines 2014-01-16 17:58:10 +01:00
test_stokes2c.cc remove all vim and emacs modelines 2014-01-16 17:58:10 +01:00
test_stokes.cc remove all vim and emacs modelines 2014-01-16 17:58:10 +01:00
test_stokesni.cc remove all vim and emacs modelines 2014-01-16 17:58:10 +01:00