mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Simulator programs and utilities for automatic differentiation.
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. |
||
---|---|---|
ebos | ||
ewoms/aux |