Simulator programs and utilities for automatic differentiation.
Go to file
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
examples Make some programs stricter about parameter parsing. 2015-04-14 15:32:19 +02:00
opm/core Allow to create the correct communication information if there are several unknowns. 2015-05-19 16:18:14 +02:00
tests fix tests 2015-04-24 10:49:13 +02:00