From aa733ee7aaef70bd97400ac530eba3c5ce61256c Mon Sep 17 00:00:00 2001 From: Christoph Grueninger <christoph.grueninger@iws.uni-stuttgart.de> Date: Mon, 1 Oct 2012 09:20:46 +0000 Subject: [PATCH] [RichardsLensProblem] Fix a type. Add TimeManager.TEnd to the documentation, otherwise the statement was not true. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9152 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- test/boxmodels/richards/richardslensproblem.hh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/boxmodels/richards/richardslensproblem.hh b/test/boxmodels/richards/richardslensproblem.hh index 013e681929..56335e0300 100644 --- a/test/boxmodels/richards/richardslensproblem.hh +++ b/test/boxmodels/richards/richardslensproblem.hh @@ -72,7 +72,7 @@ SET_BOOL_PROP(RichardsLensProblem, EnablePartialReassemble, true); // Enable re-use of the Jacobian matrix for the first iteration of a time step SET_BOOL_PROP(RichardsLensProblem, EnableJacobianRecycling, true); -// Use forward diffferences to approximate the Jacobian matrix +// Use forward differences to approximate the Jacobian matrix SET_INT_PROP(RichardsLensProblem, NumericDifferenceMethod, +1); // Set the maximum number of newton iterations of a time step @@ -104,7 +104,7 @@ SET_BOOL_PROP(RichardsLensProblem, NewtonWriteConvergence, false); * water instead of a %DNAPL infiltrates from the top. * * To run the simulation execute the following line in shell: - * <tt>./test_richards -parameterFile test_richards.input</tt> + * <tt>./test_richards -parameterFile test_richards.input -TimeManager.TEnd 10000000</tt> * * where the initial time step is 100 seconds, and the end of the * simulation time is 10,000,000 seconds (115.7 days) -- GitLab