[cig-commits] commit 2006 by heister to /var/svn/dealii/aspect

dealii.demon at gmail.com dealii.demon at gmail.com
Sat Nov 2 16:38:30 PDT 2013


Revision 2006

fix parameter description and default value (now that it is relative)

U   trunk/aspect/source/simulator/parameters.cc


http://www.dealii.org/websvn/revision.php?repname=Aspect+Repository&path=%2F&rev=2006&peg=2006

Diff:
Modified: trunk/aspect/source/simulator/parameters.cc
===================================================================
--- trunk/aspect/source/simulator/parameters.cc	2013-11-02 23:35:21 UTC (rev 2005)
+++ trunk/aspect/source/simulator/parameters.cc	2013-11-02 23:37:34 UTC (rev 2006)
@@ -135,11 +135,12 @@
                        "temperature equation (careful, the material model must not depend on "
                        "the temperature; mostly useful for Stokes benchmarks).");
 
-    prm.declare_entry ("Nonlinear solver tolerance", "1e-9",
+    prm.declare_entry ("Nonlinear solver tolerance", "1e-5",
                        Patterns::Double(0,1),
                        "A relative tolerance up to which the nonlinear solver "
                        "will iterate. This parameter is only relevant if "
-                       "Nonlinear solver scheme is set to 'iterated Stokes'.");
+                       "Nonlinear solver scheme is set to 'iterated Stokes' or "
+                       "'iterated IMPES'.");
 
     prm.declare_entry ("Pressure normalization", "surface",
                        Patterns::Selection ("surface|volume|no"),


More information about the CIG-COMMITS mailing list