mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
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.) |
||
---|---|---|
.. | ||
data | ||
models | ||
referencesolutions | ||
ecl_blackoil.cc | ||
finger_immiscible.cc | ||
lens_immiscible_ecfv.cc | ||
lens_immiscible_vcfv.cc | ||
lens_richards.cc | ||
powerinjection_darcy.cc | ||
powerinjection_forchheimer.cc | ||
reservoir_blackoil.cc | ||
run-vtu-test.sh | ||
test_navierstokes.cc | ||
test_stokes2c.cc | ||
test_stokes.cc | ||
test_stokesni.cc |