[cig-commits] r7442 - in short/3D/PyLith/trunk/examples/twocells: twohex8 twoquad4 twotet4 twotri3

willic3 at geodynamics.org willic3 at geodynamics.org
Sun Jun 24 15:16:48 PDT 2007


Author: willic3
Date: 2007-06-24 15:16:48 -0700 (Sun, 24 Jun 2007)
New Revision: 7442

Modified:
   short/3D/PyLith/trunk/examples/twocells/twohex8/dislocation.cfg
   short/3D/PyLith/trunk/examples/twocells/twoquad4/dislocation.cfg
   short/3D/PyLith/trunk/examples/twocells/twotet4/dislocation.cfg
   short/3D/PyLith/trunk/examples/twocells/twotri3/dislocation.cfg
Log:
Added caution about fault ID's conflicting with material ID's.



Modified: short/3D/PyLith/trunk/examples/twocells/twohex8/dislocation.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twohex8/dislocation.cfg	2007-06-24 06:37:44 UTC (rev 7441)
+++ short/3D/PyLith/trunk/examples/twocells/twohex8/dislocation.cfg	2007-06-24 22:16:48 UTC (rev 7442)
@@ -92,8 +92,20 @@
 # The nodes associated with this fault have the name 'fault' in the mesh file.
 label = fault
 
+# 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.
+
 # We need the material database for the fault to properly condition the
 # system of equations.
+
 mat_db.iohandler.filename = matprops.spatialdb
 
 # The quadrature for a 3D fault is 2D.

Modified: short/3D/PyLith/trunk/examples/twocells/twoquad4/dislocation.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twoquad4/dislocation.cfg	2007-06-24 06:37:44 UTC (rev 7441)
+++ short/3D/PyLith/trunk/examples/twocells/twoquad4/dislocation.cfg	2007-06-24 22:16:48 UTC (rev 7442)
@@ -92,8 +92,20 @@
 # The nodes associated with this fault have the name 'fault' in the mesh file.
 label = fault
 
+# 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.
+
 # We need the material database for the fault to properly condition the
 # system of equations.
+
 mat_db.iohandler.filename = matprops.spatialdb
 
 # The quadrature for a 2D fault is 1D with a linear shape.

Modified: short/3D/PyLith/trunk/examples/twocells/twotet4/dislocation.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twotet4/dislocation.cfg	2007-06-24 06:37:44 UTC (rev 7441)
+++ short/3D/PyLith/trunk/examples/twocells/twotet4/dislocation.cfg	2007-06-24 22:16:48 UTC (rev 7442)
@@ -71,6 +71,17 @@
 # The nodes associated with this fault have the name 'fault' in the mesh file.
 label = fault
 
+# 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.
+
 # We need the material database for the fault to properly condition the
 # system of equations.
 mat_db.iohandler.filename = matprops.spatialdb

Modified: short/3D/PyLith/trunk/examples/twocells/twotri3/dislocation.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twotri3/dislocation.cfg	2007-06-24 06:37:44 UTC (rev 7441)
+++ short/3D/PyLith/trunk/examples/twocells/twotri3/dislocation.cfg	2007-06-24 22:16:48 UTC (rev 7442)
@@ -71,6 +71,17 @@
 # The nodes associated with this fault have the name 'fault' in the mesh file.
 label = fault
 
+# 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.
+
 # We need the material database for the fault to properly condition the
 # system of equations.
 mat_db.iohandler.filename = matprops.spatialdb



More information about the cig-commits mailing list