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.
The interface of the class PersistentContainer changed between DUNE 2.2 and DUNE 2.3 in an incompatible way, so we need to present different versions of the class depending on the version of DUNE linked with. This changeset adds the version variables for dune-grid to the list of publicly necessary #defines that must go into using dune-cornerpoint. Notice that this will cause the definition of DUNE_GRID_VERSION_XXX to be added to the flags list of dune-cornerpoint. This can be seen as either a bug or a feature. If you try to link first dune-cornerpoint to one version and then to another version of DUNE later, there is a very good chance that you'll end up with problems anyway. |
||
---|---|---|
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.