[cig-commits] r8027 - short/3D/PyLith/trunk/tests/3d/hex8

willic3 at geodynamics.org willic3 at geodynamics.org
Tue Sep 25 11:29:09 PDT 2007


Author: willic3
Date: 2007-09-25 11:29:09 -0700 (Tue, 25 Sep 2007)
New Revision: 8027

Modified:
   short/3D/PyLith/trunk/tests/3d/hex8/axialelasticisotropic.cfg
   short/3D/PyLith/trunk/tests/3d/hex8/axialmaxwellisotropic.cfg
   short/3D/PyLith/trunk/tests/3d/hex8/shearelastic-small.cfg
   short/3D/PyLith/trunk/tests/3d/hex8/shearelasticisotropic.cfg
   short/3D/PyLith/trunk/tests/3d/hex8/shearmaxwellisotropic.cfg
   short/3D/PyLith/trunk/tests/3d/hex8/shearplanestrain.cfg
Log:
Made asm the pc_type for all tests.



Modified: short/3D/PyLith/trunk/tests/3d/hex8/axialelasticisotropic.cfg
===================================================================
--- short/3D/PyLith/trunk/tests/3d/hex8/axialelasticisotropic.cfg	2007-09-25 18:12:51 UTC (rev 8026)
+++ short/3D/PyLith/trunk/tests/3d/hex8/axialelasticisotropic.cfg	2007-09-25 18:29:09 UTC (rev 8027)
@@ -100,7 +100,7 @@
 # PETSc
 # ----------------------------------------------------------------------
 [pylithapp.petsc]
-pc_type = jacobi
+pc_type = asm
 
 # ----------------------------------------------------------------------
 # output

Modified: short/3D/PyLith/trunk/tests/3d/hex8/axialmaxwellisotropic.cfg
===================================================================
--- short/3D/PyLith/trunk/tests/3d/hex8/axialmaxwellisotropic.cfg	2007-09-25 18:12:51 UTC (rev 8026)
+++ short/3D/PyLith/trunk/tests/3d/hex8/axialmaxwellisotropic.cfg	2007-09-25 18:29:09 UTC (rev 8027)
@@ -100,7 +100,7 @@
 # PETSc
 # ----------------------------------------------------------------------
 [pylithapp.petsc]
-pc_type = jacobi
+pc_type = asm
 
 # ----------------------------------------------------------------------
 # output

Modified: short/3D/PyLith/trunk/tests/3d/hex8/shearelastic-small.cfg
===================================================================
--- short/3D/PyLith/trunk/tests/3d/hex8/shearelastic-small.cfg	2007-09-25 18:12:51 UTC (rev 8026)
+++ short/3D/PyLith/trunk/tests/3d/hex8/shearelastic-small.cfg	2007-09-25 18:29:09 UTC (rev 8027)
@@ -71,4 +71,4 @@
 # PETSc
 # ----------------------------------------------------------------------
 [pylithapp.petsc]
-pc_type = jacobi
+pc_type = asm

Modified: short/3D/PyLith/trunk/tests/3d/hex8/shearelasticisotropic.cfg
===================================================================
--- short/3D/PyLith/trunk/tests/3d/hex8/shearelasticisotropic.cfg	2007-09-25 18:12:51 UTC (rev 8026)
+++ short/3D/PyLith/trunk/tests/3d/hex8/shearelasticisotropic.cfg	2007-09-25 18:29:09 UTC (rev 8027)
@@ -72,7 +72,10 @@
 # PETSc
 # ----------------------------------------------------------------------
 [pylithapp.petsc]
-pc_type = jacobi
+pc_type = asm
+ksp_rtol = 1.0e-9
+# start_in_debugger = true
+# debugger_pause = 100
 
 # ----------------------------------------------------------------------
 # output

Modified: short/3D/PyLith/trunk/tests/3d/hex8/shearmaxwellisotropic.cfg
===================================================================
--- short/3D/PyLith/trunk/tests/3d/hex8/shearmaxwellisotropic.cfg	2007-09-25 18:12:51 UTC (rev 8026)
+++ short/3D/PyLith/trunk/tests/3d/hex8/shearmaxwellisotropic.cfg	2007-09-25 18:29:09 UTC (rev 8027)
@@ -72,7 +72,10 @@
 # PETSc
 # ----------------------------------------------------------------------
 [pylithapp.petsc]
-pc_type = jacobi
+ksp_rtol = 1.0e-9
+pc_type = asm
+# start_in_debugger = true
+# debugger_pause = 100
 
 # ----------------------------------------------------------------------
 # output

Modified: short/3D/PyLith/trunk/tests/3d/hex8/shearplanestrain.cfg
===================================================================
--- short/3D/PyLith/trunk/tests/3d/hex8/shearplanestrain.cfg	2007-09-25 18:12:51 UTC (rev 8026)
+++ short/3D/PyLith/trunk/tests/3d/hex8/shearplanestrain.cfg	2007-09-25 18:29:09 UTC (rev 8027)
@@ -82,7 +82,7 @@
 # PETSc
 # ----------------------------------------------------------------------
 [pylithapp.petsc]
-pc_type = jacobi
+pc_type = asm
 
 # ----------------------------------------------------------------------
 # output



More information about the cig-commits mailing list