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

dealii.demon at gmail.com dealii.demon at gmail.com
Mon May 5 20:55:27 PDT 2014


Revision 2567

do not use a tolerance of 1e-15, this might not be possible to achieve

U   trunk/aspect/cookbooks/convection-box-3d.prm
U   trunk/aspect/cookbooks/convection-box.prm


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

Diff:
Modified: trunk/aspect/cookbooks/convection-box-3d.prm
===================================================================
--- trunk/aspect/cookbooks/convection-box-3d.prm	2014-05-06 03:51:22 UTC (rev 2566)
+++ trunk/aspect/cookbooks/convection-box-3d.prm	2014-05-06 03:55:23 UTC (rev 2567)
@@ -16,8 +16,8 @@
 # be normalized. Here, we choose a zero average pressure
 # at the surface of the domain (for the current geometry, the
 # surface is defined as the top boundary).
-set Linear solver tolerance                = 1e-15
-set Temperature solver tolerance           = 1e-15
+set Linear solver tolerance                = 1e-10
+set Temperature solver tolerance           = 1e-10
 
 set Pressure normalization                 = surface
 set Surface pressure                       = 0

Modified: trunk/aspect/cookbooks/convection-box.prm
===================================================================
--- trunk/aspect/cookbooks/convection-box.prm	2014-05-06 03:51:22 UTC (rev 2566)
+++ trunk/aspect/cookbooks/convection-box.prm	2014-05-06 03:55:23 UTC (rev 2567)
@@ -17,8 +17,8 @@
 # be normalized. Here, we choose a zero average pressure
 # at the surface of the domain (for the current geometry, the
 # surface is defined as the top boundary).
-set Linear solver tolerance                = 1e-15
-set Temperature solver tolerance           = 1e-15
+set Linear solver tolerance                = 1e-10
+set Temperature solver tolerance           = 1e-10
 
 set Pressure normalization                 = surface
 set Surface pressure                       = 0


More information about the CIG-COMMITS mailing list