Simulator programs and utilities for automatic differentiation.
Go to file
Markus Blatt 39a0bbc2b3 Fixes pushing to resized array distributedCartesianIndex.
Previously distributedCartesianIndex was resized and afterwards all
entries were added with push_back. Therefore the array was twice as
big as expected and contained wrong values in the front.

With this commit we insert the values using random access. Thus the
size is as expeceted and the index of the entries do not depend on the
order of the grid traversal.
2017-01-18 14:01:23 +01:00
ebos Fixes pushing to resized array distributedCartesianIndex. 2017-01-18 14:01:23 +01:00
ewoms/aux fix most pedantic compiler warnings in the basic infrastructure 2016-11-09 14:54:22 +01:00