[cig-commits] r11499 - in short/3D/PyLith/trunk/examples: 3d/hex8 3d/tet4 twocells/twohex8 twocells/twoquad4 twocells/twotet4 twocells/twotet4-geoproj twocells/twotri3

willic3 at geodynamics.org willic3 at geodynamics.org
Fri Mar 21 20:39:34 PDT 2008


Author: willic3
Date: 2008-03-21 20:39:33 -0700 (Fri, 21 Mar 2008)
New Revision: 11499

Added:
   short/3D/PyLith/trunk/examples/3d/hex8/dislocation.jpg
   short/3D/PyLith/trunk/examples/3d/hex8/hex8-mesh.jpg
   short/3D/PyLith/trunk/examples/3d/hex8/shear.jpg
   short/3D/PyLith/trunk/examples/3d/tet4/dislocation.jpg
   short/3D/PyLith/trunk/examples/3d/tet4/shear.jpg
   short/3D/PyLith/trunk/examples/3d/tet4/tet4-mesh.jpg
   short/3D/PyLith/trunk/examples/twocells/twotet4-geoproj/README
Modified:
   short/3D/PyLith/trunk/examples/3d/hex8/dislocation.cfg
   short/3D/PyLith/trunk/examples/3d/hex8/pylithapp.cfg
   short/3D/PyLith/trunk/examples/3d/hex8/shearxy.cfg
   short/3D/PyLith/trunk/examples/3d/tet4/dislocation.cfg
   short/3D/PyLith/trunk/examples/3d/tet4/pylithapp.cfg
   short/3D/PyLith/trunk/examples/3d/tet4/shearxy.cfg
   short/3D/PyLith/trunk/examples/twocells/twohex8/axialdisp.jpg
   short/3D/PyLith/trunk/examples/twocells/twohex8/dislocation.jpg
   short/3D/PyLith/trunk/examples/twocells/twohex8/sheardisp.jpg
   short/3D/PyLith/trunk/examples/twocells/twoquad4/axialdisp.jpg
   short/3D/PyLith/trunk/examples/twocells/twoquad4/axialtract.jpg
   short/3D/PyLith/trunk/examples/twocells/twoquad4/dislocation.jpg
   short/3D/PyLith/trunk/examples/twocells/twoquad4/sheardispl.jpg
   short/3D/PyLith/trunk/examples/twocells/twotet4-geoproj/dislocation.jpg
   short/3D/PyLith/trunk/examples/twocells/twotet4/axialdisp.jpg
   short/3D/PyLith/trunk/examples/twocells/twotet4/dislocation.jpg
   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
Log:
Updated .cfg files and figures.



Modified: short/3D/PyLith/trunk/examples/3d/hex8/dislocation.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/3d/hex8/dislocation.cfg	2008-03-22 03:37:05 UTC (rev 11498)
+++ short/3D/PyLith/trunk/examples/3d/hex8/dislocation.cfg	2008-03-22 03:39:33 UTC (rev 11499)
@@ -13,10 +13,7 @@
 # problem
 # ----------------------------------------------------------------------
 [pylithapp.timedependent]
-total_time = 0.0*s ; total time of simulation
-default_dt = 1.0*s ; time step
-
-# Set bc to an array of 3 boundary conditions: 'x_pos', 'x_neg', and 'z_neg'.
+# Set bc to an array of 3 boundary conditions: 'x_pos','x_neg', and 'z_neg'.
 bc = [x_pos,x_neg,z_neg]
 
 # Set interfaces to an array of 1 fault: 'fault'.

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


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

Added: short/3D/PyLith/trunk/examples/3d/hex8/hex8-mesh.jpg
===================================================================
(Binary files differ)


Property changes on: short/3D/PyLith/trunk/examples/3d/hex8/hex8-mesh.jpg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: short/3D/PyLith/trunk/examples/3d/hex8/pylithapp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/3d/hex8/pylithapp.cfg	2008-03-22 03:37:05 UTC (rev 11498)
+++ short/3D/PyLith/trunk/examples/3d/hex8/pylithapp.cfg	2008-03-22 03:39:33 UTC (rev 11499)
@@ -35,6 +35,10 @@
 # materials
 # ----------------------------------------------------------------------
 [pylithapp.timedependent]
+# Define the total time for the simulation and the default time step size.
+total_time = 0.0*s ; total time of simulation
+default_dt = 1.0*s ; time step
+
 # Set materials to an array of 2 materials:
 #   'elastic_upper' and 'elastic_lower'
 materials = [elastic_upper,elastic_lower]

Added: short/3D/PyLith/trunk/examples/3d/hex8/shear.jpg
===================================================================
(Binary files differ)


Property changes on: short/3D/PyLith/trunk/examples/3d/hex8/shear.jpg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: short/3D/PyLith/trunk/examples/3d/hex8/shearxy.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/3d/hex8/shearxy.cfg	2008-03-22 03:37:05 UTC (rev 11498)
+++ short/3D/PyLith/trunk/examples/3d/hex8/shearxy.cfg	2008-03-22 03:39:33 UTC (rev 11499)
@@ -14,10 +14,7 @@
 # problem
 # ----------------------------------------------------------------------
 [pylithapp.timedependent]
-total_time = 0.0*s ; total time of simulation
-default_dt = 1.0*s ; time step
-
-# Set bc to an array of 3 boundary conditions: 'x_pos', 'x_neg', and 'z_neg'.
+# Set bc to an array of 3 boundary conditions: 'x_pos','x_neg', and 'z_neg'.
 bc = [x_pos,x_neg,z_neg]
 
 [pylithapp.timedependent.implicit]

Modified: short/3D/PyLith/trunk/examples/3d/tet4/dislocation.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/3d/tet4/dislocation.cfg	2008-03-22 03:37:05 UTC (rev 11498)
+++ short/3D/PyLith/trunk/examples/3d/tet4/dislocation.cfg	2008-03-22 03:39:33 UTC (rev 11499)
@@ -13,9 +13,6 @@
 # problem
 # ----------------------------------------------------------------------
 [pylithapp.timedependent]
-total_time = 0.0*s ; total time of simulation
-default_dt = 1.0*s ; time step
-
 # Set the BC to an array with 2 boundary conditions.
 bc = x_pos,x_neg
 
@@ -46,7 +43,7 @@
 # does not permit overlapping fault interfaces and Dirichlet boundary
 # conditions with the block Jacobi preconditioner.
 
-# The label corresponds to the nodeset ID in CUBIT.
+# The label corresponds to the label in LaGriT.
 
 [pylithapp.timedependent.bc.x_pos]
 fixed_dof = [0, 1, 2]

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


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

Modified: short/3D/PyLith/trunk/examples/3d/tet4/pylithapp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/3d/tet4/pylithapp.cfg	2008-03-22 03:37:05 UTC (rev 11498)
+++ short/3D/PyLith/trunk/examples/3d/tet4/pylithapp.cfg	2008-03-22 03:39:33 UTC (rev 11499)
@@ -44,6 +44,10 @@
 # materials
 # ----------------------------------------------------------------------
 [pylithapp.timedependent]
+# Define the total time for the simulation and the default time step size.
+total_time = 0.0*s ; total time of simulation
+default_dt = 1.0*s ; time step
+
 # Set materials to an array of 4 elastic isotropic 3-D (default) materials.
 materials = elastic_neg1,elastic_neg2,elastic_pos1,elastic_pos2
 

Added: short/3D/PyLith/trunk/examples/3d/tet4/shear.jpg
===================================================================
(Binary files differ)


Property changes on: short/3D/PyLith/trunk/examples/3d/tet4/shear.jpg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: short/3D/PyLith/trunk/examples/3d/tet4/shearxy.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/3d/tet4/shearxy.cfg	2008-03-22 03:37:05 UTC (rev 11498)
+++ short/3D/PyLith/trunk/examples/3d/tet4/shearxy.cfg	2008-03-22 03:39:33 UTC (rev 11499)
@@ -13,9 +13,6 @@
 # problem
 # ----------------------------------------------------------------------
 [pylithapp.timedependent]
-total_time = 0.0*s ; total time of simulation
-default_dt = 1.0*s ; time step
-
 # Set the BC to an array with 3 boundary conditions.
 bc = x_pos,x_neg,z_neg
 

Added: short/3D/PyLith/trunk/examples/3d/tet4/tet4-mesh.jpg
===================================================================
(Binary files differ)


Property changes on: short/3D/PyLith/trunk/examples/3d/tet4/tet4-mesh.jpg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

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

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

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

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

Modified: short/3D/PyLith/trunk/examples/twocells/twoquad4/axialtract.jpg
===================================================================
(Binary files differ)

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

Modified: short/3D/PyLith/trunk/examples/twocells/twoquad4/sheardispl.jpg
===================================================================
(Binary files differ)

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

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

Added: short/3D/PyLith/trunk/examples/twocells/twotet4-geoproj/README
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twotet4-geoproj/README	                        (rev 0)
+++ short/3D/PyLith/trunk/examples/twocells/twotet4-geoproj/README	2008-03-22 03:39:33 UTC (rev 11499)
@@ -0,0 +1,38 @@
+This directory contains a single 3D elastic example problem.
+This problem is similar to the kinematic fault problem in examples/twotet4.
+The primary differences are that material properties are assigned using the
+SCEC CVM-H database, and the amount of fault slip varies at each vertex.
+The mesh consists of two tetrahedral elements.  The information describing
+the examples may be divided into four groups:
+
+1.  Global mesh information:  described in file twotet4.mesh
+
+2.  Parameter settings common to all examples:  described in file
+pylithapp.cfg.
+
+3.  Material properties common to all examples:  described in the
+database file matprops.cfg. Note that this file is not actually used unless
+some of the settings are changed in dislocation.cfg.
+
+4.  Example-specific parameters and boundary condition specifications.
+
+The examples and associated files are:
+
+1.  dislocation:  Fault displacements are applied between the two
+elements, while the left and right corners are fixed in x, y, and z.
+  a.  dislocation.cfg:  Parameter settings for this problem.
+  b.  dislocation_slip.spatialdb:  Fault slip database for this problem.
+  c.  dislocation_sliprate.spatialdb:  Fault slip rate database for this
+      problem.
+  d.  dislocation_sliptime.spatialdb:  Fault slip time database for this
+      problem.
+
+All of the files are documented.  The 'pylithapp.cfg' file is read
+automatically when running PyLith.  To add to or override these
+settings, you may place an additional .cfg file on the command line.
+To run the example, you can type:
+pylith dislocation.cfg
+
+This command will produce a set of VTK files, which may be viewed with
+visualization packages such as ParaView or Mayavi. The JPEG file in this
+directory shows a sample visualization for this problem using ParaView.

Modified: short/3D/PyLith/trunk/examples/twocells/twotet4-geoproj/dislocation.jpg
===================================================================
(Binary files differ)

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

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

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



More information about the cig-commits mailing list