[cig-commits] r19059 - short/3D/PyLith/branches/v1.6-stable/tests/2d/frictionslide

brad at geodynamics.org brad at geodynamics.org
Wed Oct 12 08:30:14 PDT 2011


Author: brad
Date: 2011-10-12 08:30:14 -0700 (Wed, 12 Oct 2011)
New Revision: 19059

Modified:
   short/3D/PyLith/branches/v1.6-stable/tests/2d/frictionslide/pylithapp.cfg
   short/3D/PyLith/branches/v1.6-stable/tests/2d/frictionslide/ratestate.cfg
   short/3D/PyLith/branches/v1.6-stable/tests/2d/frictionslide/ratestate_stable.cfg
   short/3D/PyLith/branches/v1.6-stable/tests/2d/frictionslide/ratestate_weak.cfg
Log:
Updated frictionslide parameters.

Modified: short/3D/PyLith/branches/v1.6-stable/tests/2d/frictionslide/pylithapp.cfg
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/tests/2d/frictionslide/pylithapp.cfg	2011-10-12 15:29:16 UTC (rev 19058)
+++ short/3D/PyLith/branches/v1.6-stable/tests/2d/frictionslide/pylithapp.cfg	2011-10-12 15:30:14 UTC (rev 19059)
@@ -42,9 +42,6 @@
 normalizer.length_scale = 1.0*m
 normalizer.relaxation_time = 1.0*s
 
-interfaces = [fault]
-materials = [elastic]
-
 [pylithapp.timedependent.implicit]
 solver = pylith.problems.SolverNonlinear
 
@@ -55,6 +52,9 @@
 # ----------------------------------------------------------------------
 # materials
 # ----------------------------------------------------------------------
+[pylithapp.timedependent]
+materials = [elastic]
+
 [pylithapp.timedependent.materials]
 elastic = pylith.materials.ElasticPlaneStrain
 
@@ -73,6 +73,9 @@
 # ----------------------------------------------------------------------
 # faults
 # ----------------------------------------------------------------------
+[pylithapp.timedependent]
+interfaces = [fault]
+
 [pylithapp.timedependent.interfaces]
 fault = pylith.faults.FaultCohesiveDyn
 
@@ -93,10 +96,10 @@
 sub_pc_factor_shift_type = nonzero
 
 # KSP
-ksp_rtol = 1.0e-12
-ksp_atol = 1.0e-15
+ksp_rtol = 1.0e-8
+ksp_atol = 1.0e-12
 ksp_max_it = 500
-ksp_gmres_restart = 100
+ksp_gmres_restart = 20
 
 ksp_monitor = true
 #ksp_view = true
@@ -104,7 +107,7 @@
 
 # SNES
 snes_rtol = 1.0e-8
-snes_atol = 1.0e-12
+snes_atol = 1.0e-10
 snes_max_it = 500
 
 snes_monitor = true
@@ -112,6 +115,7 @@
 snes_converged_reason = true
 
 #log_summary = true
+info =
 
 # ----------------------------------------------------------------------
 # output
@@ -126,6 +130,6 @@
 
 [pylithapp.timedependent.materials.elastic.output]
 cell_info_fields = []
-#cell_data_fields = []
+cell_data_fields = []
 #cell_filter = pylith.meshio.CellFilterAvgMesh
 writer = pylith.meshio.DataWriterHDF5Mesh

Modified: short/3D/PyLith/branches/v1.6-stable/tests/2d/frictionslide/ratestate.cfg
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/tests/2d/frictionslide/ratestate.cfg	2011-10-12 15:29:16 UTC (rev 19058)
+++ short/3D/PyLith/branches/v1.6-stable/tests/2d/frictionslide/ratestate.cfg	2011-10-12 15:30:14 UTC (rev 19059)
@@ -2,14 +2,11 @@
 [pylithapp]
 
 # ----------------------------------------------------------------------
-# problem
+# boundary conditions
 # ----------------------------------------------------------------------
 [pylithapp.timedependent]
 bc = [ypos,yneg]
 
-# ----------------------------------------------------------------------
-# boundary conditions
-# ----------------------------------------------------------------------
 [pylithapp.timedependent.bc]
 ypos = pylith.bc.DirichletBC
 yneg = pylith.bc.DirichletBC
@@ -43,6 +40,7 @@
 # ----------------------------------------------------------------------
 # faults
 # ----------------------------------------------------------------------
+[pylithapp.timedependent.interfaces.fault]
 db_initial_tractions = spatialdata.spatialdb.UniformDB
 db_initial_tractions.label = Initial fault tractions
 db_initial_tractions.values = [traction-shear,traction-normal]

Modified: short/3D/PyLith/branches/v1.6-stable/tests/2d/frictionslide/ratestate_stable.cfg
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/tests/2d/frictionslide/ratestate_stable.cfg	2011-10-12 15:29:16 UTC (rev 19058)
+++ short/3D/PyLith/branches/v1.6-stable/tests/2d/frictionslide/ratestate_stable.cfg	2011-10-12 15:30:14 UTC (rev 19059)
@@ -12,6 +12,7 @@
 # ----------------------------------------------------------------------
 [pylithapp.timedependent.interfaces.fault]
 friction = pylith.friction.RateStateAgeing
+friction.label = Rate state ageing
 
 # Set the friction model parameters.
 #  reference coefficient of friction: 0.6

Modified: short/3D/PyLith/branches/v1.6-stable/tests/2d/frictionslide/ratestate_weak.cfg
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/tests/2d/frictionslide/ratestate_weak.cfg	2011-10-12 15:29:16 UTC (rev 19058)
+++ short/3D/PyLith/branches/v1.6-stable/tests/2d/frictionslide/ratestate_weak.cfg	2011-10-12 15:30:14 UTC (rev 19059)
@@ -12,6 +12,7 @@
 # ----------------------------------------------------------------------
 [pylithapp.timedependent.interfaces.fault]
 friction = pylith.friction.RateStateAgeing
+friction.label = Rate state ageing
 
 # Set the friction model parameters.
 #  reference coefficient of friction: 0.6



More information about the CIG-COMMITS mailing list