[cig-commits] r7385 - short/3D/PyLith/trunk/examples/twocells/twotri3

willic3 at geodynamics.org willic3 at geodynamics.org
Fri Jun 22 12:27:21 PDT 2007


Author: willic3
Date: 2007-06-22 12:27:21 -0700 (Fri, 22 Jun 2007)
New Revision: 7385

Added:
   short/3D/PyLith/trunk/examples/twocells/twotri3/axialdisp.jpg
   short/3D/PyLith/trunk/examples/twocells/twotri3/dislocation.jpg
   short/3D/PyLith/trunk/examples/twocells/twotri3/sheardisp.jpg
Modified:
   short/3D/PyLith/trunk/examples/twocells/twotri3/axialdisp.cfg
   short/3D/PyLith/trunk/examples/twocells/twotri3/dislocation.cfg
   short/3D/PyLith/trunk/examples/twocells/twotri3/sheardisp.cfg
Log:
Fixed fault problem to use material properties for conditioning.
Removed unnecessary ID's from .cfg files.
Added jpeg's to show expected results.



Modified: short/3D/PyLith/trunk/examples/twocells/twotri3/axialdisp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twotri3/axialdisp.cfg	2007-06-22 19:24:32 UTC (rev 7384)
+++ short/3D/PyLith/trunk/examples/twocells/twotri3/axialdisp.cfg	2007-06-22 19:27:21 UTC (rev 7385)
@@ -34,9 +34,6 @@
 # We are fixing the 0 (x) and 1 (y) degrees of freedom.
 fixed_dof = [0, 1]
 
-# Give an ID of 10 to this boundary condition.
-id = 10
-
 # The nodes associated with this boundary condition have the name
 # 'end points' in the mesh file.
 label = end points

Added: short/3D/PyLith/trunk/examples/twocells/twotri3/axialdisp.jpg
===================================================================
(Binary files differ)


Property changes on: short/3D/PyLith/trunk/examples/twocells/twotri3/axialdisp.jpg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: short/3D/PyLith/trunk/examples/twocells/twotri3/dislocation.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twotri3/dislocation.cfg	2007-06-22 19:24:32 UTC (rev 7384)
+++ short/3D/PyLith/trunk/examples/twocells/twotri3/dislocation.cfg	2007-06-22 19:27:21 UTC (rev 7385)
@@ -45,9 +45,6 @@
 # We are fixing the 0 (x) and 1 (y) degrees of freedom.
 fixed_dof = [0, 1]
 
-# Give an ID of 10 to this boundary condition.
-id = 10
-
 # The nodes associated with this boundary condition have the name
 # 'end points' in the mesh file.
 label = end points
@@ -71,12 +68,13 @@
 # Define fault properties.
 [pylithapp.timedependent.interfaces.fault]
 
-# Give an ID of 20 to the group of nodes defining the fault.
-id = 20
-
 # The nodes associated with this fault have the name 'fault' in the mesh file.
 label = fault
 
+# 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.
 quadrature = pylith.feassemble.quadrature.Quadrature1Din2D
 quadrature.cell.shape = line

Added: short/3D/PyLith/trunk/examples/twocells/twotri3/dislocation.jpg
===================================================================
(Binary files differ)


Property changes on: short/3D/PyLith/trunk/examples/twocells/twotri3/dislocation.jpg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: short/3D/PyLith/trunk/examples/twocells/twotri3/sheardisp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twotri3/sheardisp.cfg	2007-06-22 19:24:32 UTC (rev 7384)
+++ short/3D/PyLith/trunk/examples/twocells/twotri3/sheardisp.cfg	2007-06-22 19:27:21 UTC (rev 7385)
@@ -36,9 +36,6 @@
 # We are fixing the 0 (x) and 1 (y) degrees of freedom.
 fixed_dof = [0, 1]
 
-# Give an ID of 10 to this boundary condition.
-id = 10
-
 # The nodes associated with this boundary condition have the name
 # 'x_neg' in the mesh file.
 label = x_neg
@@ -57,9 +54,6 @@
 # We are only fixing the 1 (y) degree of freedom.
 fixed_dof = [1]
 
-# Give an ID of 11 to this boundary condition.
-id = 11
-
 # The nodes associated with this boundary condition have the name
 # 'x_pos' in the mesh file.
 label = x_pos

Added: short/3D/PyLith/trunk/examples/twocells/twotri3/sheardisp.jpg
===================================================================
(Binary files differ)


Property changes on: short/3D/PyLith/trunk/examples/twocells/twotri3/sheardisp.jpg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream



More information about the cig-commits mailing list