[cig-commits] r16506 - short/3D/PyLith/trunk/playpen/friction/twoquad4

brad at geodynamics.org brad at geodynamics.org
Wed Apr 7 20:31:23 PDT 2010


Author: brad
Date: 2010-04-07 20:31:22 -0700 (Wed, 07 Apr 2010)
New Revision: 16506

Modified:
   short/3D/PyLith/trunk/playpen/friction/twoquad4/compression.cfg
   short/3D/PyLith/trunk/playpen/friction/twoquad4/opening.cfg
   short/3D/PyLith/trunk/playpen/friction/twoquad4/shear-sliding.cfg
   short/3D/PyLith/trunk/playpen/friction/twoquad4/shear-stick.cfg
Log:
Adjusted pc factor shift type.

Modified: short/3D/PyLith/trunk/playpen/friction/twoquad4/compression.cfg
===================================================================
--- short/3D/PyLith/trunk/playpen/friction/twoquad4/compression.cfg	2010-04-08 00:31:47 UTC (rev 16505)
+++ short/3D/PyLith/trunk/playpen/friction/twoquad4/compression.cfg	2010-04-08 03:31:22 UTC (rev 16506)
@@ -153,6 +153,7 @@
 sub_pc_factor_shift_type = nonzero
 
 ksp_rtol = 1.0e-8
+ksp_atol = 1.0e-15
 ksp_max_it = 100
 ksp_gmres_restart = 50
 snes_max_it = 200

Modified: short/3D/PyLith/trunk/playpen/friction/twoquad4/opening.cfg
===================================================================
--- short/3D/PyLith/trunk/playpen/friction/twoquad4/opening.cfg	2010-04-08 00:31:47 UTC (rev 16505)
+++ short/3D/PyLith/trunk/playpen/friction/twoquad4/opening.cfg	2010-04-08 03:31:22 UTC (rev 16506)
@@ -165,7 +165,7 @@
 friction.db_properties = spatialdata.spatialdb.UniformDB
 friction.db_properties.label = Static friction
 friction.db_properties.values = [friction-coefficient,cohesion]
-friction.db_properties.data = [0.6*m,0.0*Pa]
+friction.db_properties.data = [0.6,0.0*Pa]
 
 # ----------------------------------------------------------------------
 # PETSc
@@ -174,7 +174,7 @@
 pc_type = asm
 
 # Change the preconditioner settings.
-sub_pc_factor_shift_type = none
+sub_pc_factor_shift_type = nonzero
 
 ksp_rtol = 1.0e-8
 ksp_max_it = 100

Modified: short/3D/PyLith/trunk/playpen/friction/twoquad4/shear-sliding.cfg
===================================================================
--- short/3D/PyLith/trunk/playpen/friction/twoquad4/shear-sliding.cfg	2010-04-08 00:31:47 UTC (rev 16505)
+++ short/3D/PyLith/trunk/playpen/friction/twoquad4/shear-sliding.cfg	2010-04-08 03:31:22 UTC (rev 16506)
@@ -201,7 +201,7 @@
 friction.db_properties = spatialdata.spatialdb.UniformDB
 friction.db_properties.label = Static friction
 friction.db_properties.values = [friction-coefficient,cohesion]
-friction.db_properties.data = [0.6*m,0.0*Pa]
+friction.db_properties.data = [0.6,0.0*Pa]
 
 # ----------------------------------------------------------------------
 # PETSc
@@ -210,7 +210,7 @@
 pc_type = asm
 
 # Change the preconditioner settings.
-sub_pc_factor_shift_type = none
+sub_pc_factor_shift_type = nonzero
 
 ksp_rtol = 1.0e-8
 ksp_max_it = 100

Modified: short/3D/PyLith/trunk/playpen/friction/twoquad4/shear-stick.cfg
===================================================================
--- short/3D/PyLith/trunk/playpen/friction/twoquad4/shear-stick.cfg	2010-04-08 00:31:47 UTC (rev 16505)
+++ short/3D/PyLith/trunk/playpen/friction/twoquad4/shear-stick.cfg	2010-04-08 03:31:22 UTC (rev 16506)
@@ -215,7 +215,7 @@
 friction.db_properties = spatialdata.spatialdb.UniformDB
 friction.db_properties.label = Static friction
 friction.db_properties.values = [friction-coefficient,cohesion]
-friction.db_properties.data = [0.6*m,0.0*Pa]
+friction.db_properties.data = [0.6,0.0*Pa]
 
 # ----------------------------------------------------------------------
 # PETSc
@@ -224,9 +224,10 @@
 pc_type = asm
 
 # Change the preconditioner settings.
-sub_pc_factor_shift_type = none
+sub_pc_factor_shift_type = nonzero
 
 ksp_rtol = 1.0e-8
+ksp_atol = 1.0e-15
 ksp_max_it = 100
 ksp_gmres_restart = 50
 snes_max_it = 200



More information about the CIG-COMMITS mailing list