mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-16 20:24:48 -06:00
Simulator programs and utilities for automatic differentiation.
If an optional package require further packages, those packages should not be marked as REQUIRED because CMake will then terminate the configuration if it is not found (although it is transitively optional). Conversely, we should be able to specify REQUIRED prerequisites for REQUIRED packages and have a failure cascade up to termination. This changeset allows us to specify REQUIRED or not in the list of prerequisites, and have OpmPackage sort of whether it should be honored or not. |
||
---|---|---|
cmake | ||
examples | ||
m4 | ||
opm/autodiff | ||
tests | ||
.gitignore | ||
CMakeLists_files.cmake | ||
CMakeLists.txt | ||
configure | ||
CTestConfig.cmake | ||
dune.module | ||
README.md |
opm-autodiff
Automatic differentiation utilities and simulators using the technique.