Simulator programs and utilities for automatic differentiation.
Go to file
Andreas Lauser 2cef2a54f2 make the common parts of the discretizations AD aware
this works by introducing a splice called "LocalLinearizerSplice". The
the current local linearizer (which is based on the finite difference
method) is the default and can be set explicitly by setting the splice
to "FiniteDifferenceLocalLinearizer", the new linearizer using
automatic differentiation can be selected by setting the splice to
"AutoDiffLocalLinearizer".
2015-05-21 16:18:29 +02:00
bin relax the python script to check the reference solutions 2013-07-07 19:02:28 +02:00
doc refactoring: rename GridCreator to GridManager 2014-04-27 19:12:32 +02:00
examples make the common parts of the discretizations AD aware 2015-05-21 16:18:29 +02:00
tests add a test for the Richards model using the ECFV discretization 2015-05-21 16:18:22 +02:00