[cig-commits] r12332 - in short/3D/PyLith/trunk/examples/bar_shearwave: hex8 quad4 tet4 tri3

brad at geodynamics.org brad at geodynamics.org
Tue Jun 24 16:04:59 PDT 2008


Author: brad
Date: 2008-06-24 16:04:58 -0700 (Tue, 24 Jun 2008)
New Revision: 12332

Modified:
   short/3D/PyLith/trunk/examples/bar_shearwave/hex8/shearwave.cfg
   short/3D/PyLith/trunk/examples/bar_shearwave/quad4/shearwave.cfg
   short/3D/PyLith/trunk/examples/bar_shearwave/tet4/shearwave.cfg
   short/3D/PyLith/trunk/examples/bar_shearwave/tri3/shearwave.cfg
Log:
Added use of absolute tolerance to prevent superfluous iterations in dynamic time stepping examples.

Modified: short/3D/PyLith/trunk/examples/bar_shearwave/hex8/shearwave.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/bar_shearwave/hex8/shearwave.cfg	2008-06-24 23:00:11 UTC (rev 12331)
+++ short/3D/PyLith/trunk/examples/bar_shearwave/hex8/shearwave.cfg	2008-06-24 23:04:58 UTC (rev 12332)
@@ -184,6 +184,7 @@
 ksp_type = gmres
 pc_type = asm
 ksp_rtol = 1.0e-8
+ksp_atol = 1.0e-10
 ksp_max_it = 50
 ksp_gmres_restart = 10
 

Modified: short/3D/PyLith/trunk/examples/bar_shearwave/quad4/shearwave.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/bar_shearwave/quad4/shearwave.cfg	2008-06-24 23:00:11 UTC (rev 12331)
+++ short/3D/PyLith/trunk/examples/bar_shearwave/quad4/shearwave.cfg	2008-06-24 23:04:58 UTC (rev 12332)
@@ -188,6 +188,7 @@
 ksp_type = gmres
 pc_type = asm
 ksp_rtol = 1.0e-8
+ksp_atol = 1.0e-10
 ksp_max_it = 50
 ksp_gmres_restart = 10
 

Modified: short/3D/PyLith/trunk/examples/bar_shearwave/tet4/shearwave.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/bar_shearwave/tet4/shearwave.cfg	2008-06-24 23:00:11 UTC (rev 12331)
+++ short/3D/PyLith/trunk/examples/bar_shearwave/tet4/shearwave.cfg	2008-06-24 23:04:58 UTC (rev 12332)
@@ -202,6 +202,7 @@
 ksp_type = gmres
 pc_type = asm
 ksp_rtol = 1.0e-8
+ksp_atol = 1.0e-10
 ksp_max_it = 50
 ksp_gmres_restart = 10
 

Modified: short/3D/PyLith/trunk/examples/bar_shearwave/tri3/shearwave.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/bar_shearwave/tri3/shearwave.cfg	2008-06-24 23:00:11 UTC (rev 12331)
+++ short/3D/PyLith/trunk/examples/bar_shearwave/tri3/shearwave.cfg	2008-06-24 23:04:58 UTC (rev 12332)
@@ -188,6 +188,7 @@
 ksp_type = gmres
 pc_type = asm
 ksp_rtol = 1.0e-8
+ksp_atol = 1.0e-10
 ksp_max_it = 50
 ksp_gmres_restart = 10
 



More information about the cig-commits mailing list