Simulator programs and utilities for automatic differentiation.
Go to file
Markus Blatt 2caaca4160 Do not rely on begin()/end() of the containers to compute reductions.
One would think that such an assumption is safe in any case,
wouldn't one? But foen Eigen'S container this does not hold.
They do not provide STL compliant iterators, and access to them.
With this patch make the even stricter assumption that the containers
are random access and use operator[] instead of iterators.
2015-01-30 16:10:41 +01:00
examples Add a utility for actually running the eikonal solver. 2014-12-29 12:28:30 +01:00
opm/core Do not rely on begin()/end() of the containers to compute reductions. 2015-01-30 16:10:41 +01:00
tests Correctly compute the minimum and maximum values. 2015-01-23 20:48:53 +01:00