Simulator programs and utilities for automatic differentiation.
Go to file
Andreas Lauser c309145085 newton method: make the tolerance easily settable at run time
The reason for this is to be able to modify the tolerance according to
grid size: The NewtonTolerance parameter has been renamed to
NewtonRawTolerance and for the porous media models is divided by the
square root of the volume of the smallst finite volume in the grid to
get the final tolerance for the Newton method. This is necessary
because very large grids need to achive a higher volumetric accuracy
in the residual than very small ones...
2014-07-11 15:47:06 +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 newton method: make the tolerance easily settable at run time 2014-07-11 15:47:06 +02:00
tests reservoir test problem: change the reference solution 2014-07-08 10:13:55 +02:00