[cig-commits] r18730 - in short/3D/PyLith/branches/v1.6-stable/examples/twocells: twohex8 twoquad4 twotet4 twotet4-geoproj twotri3

brad at geodynamics.org brad at geodynamics.org
Mon Jul 11 13:28:35 PDT 2011


Author: brad
Date: 2011-07-11 13:28:34 -0700 (Mon, 11 Jul 2011)
New Revision: 18730

Modified:
   short/3D/PyLith/branches/v1.6-stable/examples/twocells/twohex8/dislocation.cfg
   short/3D/PyLith/branches/v1.6-stable/examples/twocells/twohex8/pylithapp.cfg
   short/3D/PyLith/branches/v1.6-stable/examples/twocells/twoquad4/axialtract.cfg
   short/3D/PyLith/branches/v1.6-stable/examples/twocells/twoquad4/dislocation.cfg
   short/3D/PyLith/branches/v1.6-stable/examples/twocells/twoquad4/pylithapp.cfg
   short/3D/PyLith/branches/v1.6-stable/examples/twocells/twotet4-geoproj/dislocation.cfg
   short/3D/PyLith/branches/v1.6-stable/examples/twocells/twotet4/dislocation.cfg
   short/3D/PyLith/branches/v1.6-stable/examples/twocells/twotet4/pylithapp.cfg
   short/3D/PyLith/branches/v1.6-stable/examples/twocells/twotri3/dislocation.cfg
   short/3D/PyLith/branches/v1.6-stable/examples/twocells/twotri3/pylithapp.cfg
Log:
Updated examples to meet requirement of labels for spatial databases.

Modified: short/3D/PyLith/branches/v1.6-stable/examples/twocells/twohex8/dislocation.cfg
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/examples/twocells/twohex8/dislocation.cfg	2011-07-11 20:13:22 UTC (rev 18729)
+++ short/3D/PyLith/branches/v1.6-stable/examples/twocells/twohex8/dislocation.cfg	2011-07-11 20:28:34 UTC (rev 18730)
@@ -100,9 +100,11 @@
 [pylithapp.timedependent.interfaces.fault.eq_srcs.rupture.slip_function]
 
 # Database specifying fault slip (0.01 m of left-lateral slip).
+slip.label = Final slip
 slip.iohandler.filename = dislocation_slip.spatialdb
 
 # Database specifying time at which fault slips (0.0 s).
+slip_time.label = Slip time
 slip_time.iohandler.filename = dislocation_sliptime.spatialdb
 
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/branches/v1.6-stable/examples/twocells/twohex8/pylithapp.cfg
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/examples/twocells/twohex8/pylithapp.cfg	2011-07-11 20:13:22 UTC (rev 18729)
+++ short/3D/PyLith/branches/v1.6-stable/examples/twocells/twohex8/pylithapp.cfg	2011-07-11 20:28:34 UTC (rev 18730)
@@ -80,6 +80,7 @@
 # We define uniform material properties for this problem rather than
 # using a spatial database file.
 db_properties = spatialdata.spatialdb.UniformDB
+db_properties.label = Elastic properties
 db_properties.values = [vp,vs,density,viscosity]
 db_properties.data = [5291.502622129181*m/s,3000.0*m/s,2700.0*kg/m**3,7.10046e19*Pa*s]
 

Modified: short/3D/PyLith/branches/v1.6-stable/examples/twocells/twoquad4/axialtract.cfg
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/examples/twocells/twoquad4/axialtract.cfg	2011-07-11 20:13:22 UTC (rev 18729)
+++ short/3D/PyLith/branches/v1.6-stable/examples/twocells/twoquad4/axialtract.cfg	2011-07-11 20:28:34 UTC (rev 18730)
@@ -149,9 +149,11 @@
 [pylithapp.timedependent.interfaces.fault.eq_srcs.rupture.slip_function]
 
 # Database specifying zero fault slip.
+slip.label = Final slip
 slip.iohandler.filename = dislocation_slip_zero.spatialdb
 
 # Database specifying time at which fault slips (0.0 s).
+slip_time.label = Slip time
 slip_time.iohandler.filename = dislocation_sliptime.spatialdb
 
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/branches/v1.6-stable/examples/twocells/twoquad4/dislocation.cfg
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/examples/twocells/twoquad4/dislocation.cfg	2011-07-11 20:13:22 UTC (rev 18729)
+++ short/3D/PyLith/branches/v1.6-stable/examples/twocells/twoquad4/dislocation.cfg	2011-07-11 20:28:34 UTC (rev 18730)
@@ -101,9 +101,11 @@
 [pylithapp.timedependent.interfaces.fault.eq_srcs.rupture.slip_function]
 
 # Database specifying fault slip (0.01 m of left-lateral slip).
+slip.label = Final slip
 slip.iohandler.filename = dislocation_slip.spatialdb
 
 # Database specifying time at which fault slips (0.0 s).
+slip_time.label = Slip time
 slip_time.iohandler.filename = dislocation_sliptime.spatialdb
 
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/branches/v1.6-stable/examples/twocells/twoquad4/pylithapp.cfg
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/examples/twocells/twoquad4/pylithapp.cfg	2011-07-11 20:13:22 UTC (rev 18729)
+++ short/3D/PyLith/branches/v1.6-stable/examples/twocells/twoquad4/pylithapp.cfg	2011-07-11 20:28:34 UTC (rev 18730)
@@ -79,6 +79,7 @@
 
 # The properties for this material are given in the spatial database file
 # 'matprops.spatialdb'.
+db_properties.label = Elastic properties
 db_properties.iohandler.filename = matprops.spatialdb
 
 # Set cell type to quadrilateral (2-d Lagrange).

Modified: short/3D/PyLith/branches/v1.6-stable/examples/twocells/twotet4/dislocation.cfg
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/examples/twocells/twotet4/dislocation.cfg	2011-07-11 20:13:22 UTC (rev 18729)
+++ short/3D/PyLith/branches/v1.6-stable/examples/twocells/twotet4/dislocation.cfg	2011-07-11 20:28:34 UTC (rev 18730)
@@ -85,9 +85,11 @@
 [pylithapp.timedependent.interfaces.fault.eq_srcs.rupture.slip_function]
 
 # Database specifying fault slip (0.01 m of left-lateral slip).
+slip.label = Final slip
 slip.iohandler.filename = dislocation_slip.spatialdb
 
 # Database specifying time at which fault slips (0.0 s).
+slip_time.label = Slip time
 slip_time.iohandler.filename = dislocation_sliptime.spatialdb
 
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/branches/v1.6-stable/examples/twocells/twotet4/pylithapp.cfg
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/examples/twocells/twotet4/pylithapp.cfg	2011-07-11 20:13:22 UTC (rev 18729)
+++ short/3D/PyLith/branches/v1.6-stable/examples/twocells/twotet4/pylithapp.cfg	2011-07-11 20:28:34 UTC (rev 18730)
@@ -81,6 +81,7 @@
 
 # The properties for this material are given in the spatial database file
 # 'matprops.spatialdb'.
+db_properties.label = Elastic properties
 db_properties.iohandler.filename = matprops.spatialdb
 
 # We are doing 3D quadrature for a tetrahedron.

Modified: short/3D/PyLith/branches/v1.6-stable/examples/twocells/twotet4-geoproj/dislocation.cfg
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/examples/twocells/twotet4-geoproj/dislocation.cfg	2011-07-11 20:13:22 UTC (rev 18729)
+++ short/3D/PyLith/branches/v1.6-stable/examples/twocells/twotet4-geoproj/dislocation.cfg	2011-07-11 20:28:34 UTC (rev 18730)
@@ -91,9 +91,11 @@
 [pylithapp.timedependent.interfaces.fault.eq_srcs.rupture.slip_function]
 
 # Database specifying fault slip (0.01 m of left-lateral slip).
+slip.label = Final slip
 slip.iohandler.filename = dislocation_slip.spatialdb
 
 # Database specifying time at which fault slips (0.0 s).
+slip_time.label = Slip time
 slip_time.iohandler.filename = dislocation_sliptime.spatialdb
 
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/branches/v1.6-stable/examples/twocells/twotri3/dislocation.cfg
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/examples/twocells/twotri3/dislocation.cfg	2011-07-11 20:13:22 UTC (rev 18729)
+++ short/3D/PyLith/branches/v1.6-stable/examples/twocells/twotri3/dislocation.cfg	2011-07-11 20:28:34 UTC (rev 18730)
@@ -86,9 +86,11 @@
 [pylithapp.timedependent.interfaces.fault.eq_srcs.rupture.slip_function]
 
 # Database specifying fault slip (0.01 m of left-lateral slip).
+slip.label = Final slip
 slip.iohandler.filename = dislocation_slip.spatialdb
 
 # Database specifying time at which fault slips (0.0 s).
+slip_time.label = Slip time
 slip_time.iohandler.filename = dislocation_sliptime.spatialdb
 
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/branches/v1.6-stable/examples/twocells/twotri3/pylithapp.cfg
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/examples/twocells/twotri3/pylithapp.cfg	2011-07-11 20:13:22 UTC (rev 18729)
+++ short/3D/PyLith/branches/v1.6-stable/examples/twocells/twotri3/pylithapp.cfg	2011-07-11 20:28:34 UTC (rev 18730)
@@ -80,6 +80,7 @@
 
 # The properties for this material are given in the spatial database file
 # 'matprops.spatialdb'.
+db_properties.label = Elastic properties
 db_properties.iohandler.filename = matprops.spatialdb
 
 # We are doing 2D quadrature for a triangle.



More information about the CIG-COMMITS mailing list