Simulator programs and utilities for automatic differentiation.
Go to file
Roland Kaufmann b446ac99e2 Allow user to specify path to Eigen3 library
By setting EIGEN3_ROOT, we can point directly to the path of the
library checkout we want to use. No other searching will then take
place.

Notice that if you have found an Eigen3 installation in a previous
configure, it will not find a new version even if you introduce the
EIGEN3_ROOT variable!
2013-06-25 14:49:11 +02:00
cmake Allow user to specify path to Eigen3 library 2013-06-25 14:49:11 +02:00
examples Added rock compressibility to fully implicit solver. 2013-06-03 14:14:48 +02:00
opm/autodiff Bugfix: perforation parts must be mapped to wells. 2013-06-07 14:03:17 +02:00
tests Prefer BOOST_CHECK_EQUAL to BOOST_CHECK 2013-05-24 21:59:09 +02:00
.gitignore Ignore autosave files from Vim. 2013-05-14 17:45:20 +02:00
CMakeLists_files.cmake Indent file lists using <tab> rather than <space> 2013-06-09 20:40:57 +02:00
CMakeLists.txt Require the newer 3.1 version of Eigen 2013-06-25 14:49:10 +02:00
CTestConfig.cmake Import CMake support from OPM-Core 2013-05-15 10:24:52 +02:00
dune.module This is OPM-Autodiff 0.1 2013-05-15 10:26:06 +02:00
README.md Update README.md. 2013-05-16 10:55:40 +02:00

opm-autodiff

Automatic differentiation utilities and simulators using the technique.