mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-25 10:40:21 -06:00
Simulator programs and utilities for automatic differentiation.
6ed2b129cb
Specifically, - A constant is a function with zero derivative - A variable is a function with unit derivative with respect to itself. |
||
---|---|---|
.gitignore | ||
AutoDiff.hpp | ||
AutoDiffVec.hpp | ||
find_zero.cpp | ||
README.md | ||
test_ad.cpp | ||
test_syntax.cpp | ||
test_vec.cpp |
autodiff-experimental
Experiments in Automatic Differentiation