[cig-commits] r19011 - short/3D/PyLith/branches/v1.6-revisedfault/tests_auto/2d/quad4

brad at geodynamics.org brad at geodynamics.org
Tue Oct 4 17:29:39 PDT 2011


Author: brad
Date: 2011-10-04 17:29:38 -0700 (Tue, 04 Oct 2011)
New Revision: 19011

Modified:
   short/3D/PyLith/branches/v1.6-revisedfault/tests_auto/2d/quad4/friction_shear_stick.cfg
Log:
Cleanup.

Modified: short/3D/PyLith/branches/v1.6-revisedfault/tests_auto/2d/quad4/friction_shear_stick.cfg
===================================================================
--- short/3D/PyLith/branches/v1.6-revisedfault/tests_auto/2d/quad4/friction_shear_stick.cfg	2011-10-04 18:28:29 UTC (rev 19010)
+++ short/3D/PyLith/branches/v1.6-revisedfault/tests_auto/2d/quad4/friction_shear_stick.cfg	2011-10-05 00:29:38 UTC (rev 19011)
@@ -66,7 +66,6 @@
 db_properties.label = Elastic properties
 db_properties.iohandler.filename = matprops.spatialdb
 
-# Set cell type to quadrilateral (2-d Lagrange).
 quadrature.cell = pylith.feassemble.FIATLagrange
 quadrature.cell.dimension = 2
 
@@ -120,34 +119,19 @@
 # ----------------------------------------------------------------------
 # faults
 # ----------------------------------------------------------------------
-# Provide information on the fault (interface).
 [friction_shear_stick.timedependent.interfaces]
 
 fault = pylith.faults.FaultCohesiveDyn
 
 # Define fault properties.
 [friction_shear_stick.timedependent.interfaces.fault]
-
-# The nodes associated with this fault have the name 'fault' in the mesh file.
 label = 10
 
-# NOTE: It is possible to assign an ID number to a fault (e.g.,
-# 'id = 10').  Care must be taken when doing this, however, because the
-# assigned ID will become the material ID for the cohesive element.
-# This ID must not conflict with any of the material ID numbers for
-# volume elements.  The default ID for a fault is 100.  If you have a
-# fault in your mesh you must:
-# 1.  If you create your own fault ID, make sure it does not conflict
-#     with any of you material ID's.
-# 2.  If you use the default fault ID, make sure that none of your
-#     material ID's are equal to 100.
-
-# The quadrature for a 2D fault is 1D with a linear shape.
 quadrature.cell = pylith.feassemble.FIATLagrange
 quadrature.cell.dimension = 1
 
 db_initial_tractions = spatialdata.spatialdb.UniformDB
-db_initial_tractions.label = "Initial fault tractions"
+db_initial_tractions.label = Initial fault tractions
 db_initial_tractions.values = [traction-shear,traction-normal]
 db_initial_tractions.data = [0.0*Pa, -10.0*MPa]
 
@@ -163,7 +147,6 @@
 [friction_shear_stick.petsc]
 pc_type = asm
 
-# Change the preconditioner settings.
 sub_pc_factor_shift_type = nonzero
 
 ksp_rtol = 1.0e-8



More information about the CIG-COMMITS mailing list