Simulator programs and utilities for automatic differentiation.
Go to file
Roland Kaufmann b6c5d3572d Update the CMake cache to reflect current settings
During configuration some of the values for CMake properties (compiler
flags etc.) may be changed either by the user (through command line
parameters or option files), or by the configuration script itself
(setting more aggressive options or detailed debugging for instance).

This change writes many of the relevant values back into the cache so
they are available for introspection (using e.g. ccmake) or when the
rerunning the configuration without specifying all options.
2013-09-24 15:39:46 +02:00
cmake Update the CMake cache to reflect current settings 2013-09-24 15:39:46 +02:00
doc/doxygen Fix minor issues pointed out by bska. 2013-09-23 13:02:56 +02:00
examples Fix minor issues pointed out by bska. 2013-09-23 13:02:56 +02:00
m4 Compatibility module for dunecontrol-driven clients 2013-08-14 22:47:24 +02:00
opm/autodiff Merge pull request #34 from totto82/bugfixes 2013-09-24 04:02:55 -07:00
tests Rename AutoDiff::ForwardBlock -> Opm::AutoDiffBlock. 2013-09-19 12:53:28 +02:00
.gitignore Ignore autosave files from Vim. 2013-05-14 17:45:20 +02:00
CMakeLists_files.cmake Renamed misleading adfi -> fi. 2013-09-19 14:52:39 +02:00
CMakeLists.txt Add a small bootstrapper to locate build system 2013-08-16 23:55:45 +02:00
configure Search for directory containing build scripts 2013-08-16 23:55:44 +02:00
CTestConfig.cmake Import CMake support from OPM-Core 2013-05-15 10:24:52 +02:00
dune.module Add a label field to the project information 2013-08-14 23:39:05 +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.