opm-simulators/opm/core
Markus Blatt 104c75d575 Allow to create the correct communication information if there are several unknowns.
In this case the parallel index set might represent N entries (this might be the number of
cells of grid). Nevertheless, there several (n) equations/unknowns attached to each index.
In this case we construct a larger index set representing N*n unknows, where each unknown
is attached to an index.

This change only affects parallel runs.
2015-05-19 16:18:14 +02:00
..
flowdiagnostics Added computeWellPairs() function. 2015-02-11 14:03:47 +01:00
linalg Allow to create the correct communication information if there are several unknowns. 2015-05-19 16:18:14 +02:00
pressure Fix whitespace issues. 2015-01-23 09:12:15 +01:00
props Suppress sign-comparison warnings. 2015-03-27 15:38:21 +01:00
simulator Allow to prevent SimulatorReport for printing to std::cout. 2015-05-08 11:12:23 +02:00
transport PVT properties: allow them to be temperature dependent 2014-12-01 20:06:31 +01:00
utility PVT properties: allow them to be temperature dependent 2014-12-01 20:06:31 +01:00
wells Get rid of unclear continue; statement in favor of if-else 2015-05-12 15:30:20 +02:00
well_controls.h Renaming well is shut to well is stopped. 2015-01-09 09:10:10 +01:00
wells.h wells.h: Document several function 2014-07-03 16:09:56 +02:00