[cig-commits] r18729 - in short/3D/PyLith/branches/v1.6-stable: . examples/bar_shearwave/hex8 examples/bar_shearwave/quad4 examples/bar_shearwave/tet4 examples/bar_shearwave/tri3

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


Author: brad
Date: 2011-07-11 13:13:22 -0700 (Mon, 11 Jul 2011)
New Revision: 18729

Modified:
   short/3D/PyLith/branches/v1.6-stable/TODO
   short/3D/PyLith/branches/v1.6-stable/examples/bar_shearwave/hex8/pylithapp.cfg
   short/3D/PyLith/branches/v1.6-stable/examples/bar_shearwave/quad4/dynamic_ratestateageing.cfg
   short/3D/PyLith/branches/v1.6-stable/examples/bar_shearwave/quad4/dynamic_slipweakening.cfg
   short/3D/PyLith/branches/v1.6-stable/examples/bar_shearwave/quad4/dynamic_staticfriction.cfg
   short/3D/PyLith/branches/v1.6-stable/examples/bar_shearwave/quad4/kinematic.cfg
   short/3D/PyLith/branches/v1.6-stable/examples/bar_shearwave/quad4/pylithapp.cfg
   short/3D/PyLith/branches/v1.6-stable/examples/bar_shearwave/tet4/pylithapp.cfg
   short/3D/PyLith/branches/v1.6-stable/examples/bar_shearwave/tri3/pylithapp.cfg
Log:
Updated examples to meet requirement of labels for spatial databases.

Modified: short/3D/PyLith/branches/v1.6-stable/TODO
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/TODO	2011-07-11 19:46:35 UTC (rev 18728)
+++ short/3D/PyLith/branches/v1.6-stable/TODO	2011-07-11 20:13:22 UTC (rev 18729)
@@ -1,3 +1,10 @@
+BUGS
+
+  initial stresses and gravity (examples/3d/hex8/step16 and 17)
+
+  dynamic rupture?
+
+
 v1.6.1 changes
 
 Examples

Modified: short/3D/PyLith/branches/v1.6-stable/examples/bar_shearwave/hex8/pylithapp.cfg
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/examples/bar_shearwave/hex8/pylithapp.cfg	2011-07-11 19:46:35 UTC (rev 18728)
+++ short/3D/PyLith/branches/v1.6-stable/examples/bar_shearwave/hex8/pylithapp.cfg	2011-07-11 20:13:22 UTC (rev 18729)
@@ -78,7 +78,7 @@
 
 [pylithapp.timedependent.formulation.time_step]
 total_time = 12.0*s
-dt = 0.05*s
+dt = 0.04*s
 
 # ----------------------------------------------------------------------
 # materials
@@ -92,6 +92,7 @@
 id = 1
 
 # Spatial database with physical properties for elastic material
+db_properties.label = Elastic properties
 db_properties.iohandler.filename = matprops.spatialdb
 
 # Set the basis functions and quadrature:
@@ -178,12 +179,15 @@
 [pylithapp.timedependent.interfaces.fault.eq_srcs.rupture.slip_function]
 
 # Database specifying the final slip.
+slip.label = Final slip
 slip.iohandler.filename = shearwave_slip.spatialdb
 
 # Database specifying rise time.
+rise_time.label = Rise time
 rise_time.iohandler.filename = shearwave_risetime.spatialdb
 
 # Database specifying time at which slip begins at each point.
+slip_time.label = Slip time
 slip_time.iohandler.filename = shearwave_sliptime.spatialdb
 
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/branches/v1.6-stable/examples/bar_shearwave/quad4/dynamic_ratestateageing.cfg
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/examples/bar_shearwave/quad4/dynamic_ratestateageing.cfg	2011-07-11 19:46:35 UTC (rev 18728)
+++ short/3D/PyLith/branches/v1.6-stable/examples/bar_shearwave/quad4/dynamic_ratestateageing.cfg	2011-07-11 20:13:22 UTC (rev 18729)
@@ -33,6 +33,7 @@
 # Use rate- and state-friction with the ageing law for evolution of
 # the state variable.
 friction = pylith.friction.RateStateAgeing
+friction.label = Rate and state
 
 # Set the friction model parameters.
 #  reference coefficient of friction: 0.6

Modified: short/3D/PyLith/branches/v1.6-stable/examples/bar_shearwave/quad4/dynamic_slipweakening.cfg
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/examples/bar_shearwave/quad4/dynamic_slipweakening.cfg	2011-07-11 19:46:35 UTC (rev 18728)
+++ short/3D/PyLith/branches/v1.6-stable/examples/bar_shearwave/quad4/dynamic_slipweakening.cfg	2011-07-11 20:13:22 UTC (rev 18729)
@@ -32,6 +32,7 @@
 
 # Use slip-weakening friction
 friction = pylith.friction.SlipWeakening
+friction.label = Slip weakening
 
 # Set the slip-weakening friction model parameters.
 #  static coefficient of friction: 0.6

Modified: short/3D/PyLith/branches/v1.6-stable/examples/bar_shearwave/quad4/dynamic_staticfriction.cfg
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/examples/bar_shearwave/quad4/dynamic_staticfriction.cfg	2011-07-11 19:46:35 UTC (rev 18728)
+++ short/3D/PyLith/branches/v1.6-stable/examples/bar_shearwave/quad4/dynamic_staticfriction.cfg	2011-07-11 20:13:22 UTC (rev 18729)
@@ -30,6 +30,7 @@
 
 # Use static friction
 friction = pylith.friction.StaticFriction
+friction.label = Static friction
 
 # Set the static friction model parameters.
 #  static coefficient of friction: 0.6

Modified: short/3D/PyLith/branches/v1.6-stable/examples/bar_shearwave/quad4/kinematic.cfg
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/examples/bar_shearwave/quad4/kinematic.cfg	2011-07-11 19:46:35 UTC (rev 18728)
+++ short/3D/PyLith/branches/v1.6-stable/examples/bar_shearwave/quad4/kinematic.cfg	2011-07-11 20:13:22 UTC (rev 18729)
@@ -57,12 +57,15 @@
 [pylithapp.timedependent.interfaces.fault.eq_srcs.rupture.slip_function]
 
 # Database specifying the final slip.
+slip.label = Final slip
 slip.iohandler.filename = kinematic_slip.spatialdb
 
 # Database specifying rise_time.
+rise_time.label = Rise time
 rise_time.iohandler.filename = kinematic_risetime.spatialdb
 
 # Database specifying time at which slip begins at each point.
+slip_time.label = Slip initiation time
 slip_time.iohandler.filename = kinematic_sliptime.spatialdb
 
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/branches/v1.6-stable/examples/bar_shearwave/quad4/pylithapp.cfg
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/examples/bar_shearwave/quad4/pylithapp.cfg	2011-07-11 19:46:35 UTC (rev 18728)
+++ short/3D/PyLith/branches/v1.6-stable/examples/bar_shearwave/quad4/pylithapp.cfg	2011-07-11 20:13:22 UTC (rev 18729)
@@ -84,6 +84,7 @@
 id = 1
 
 # Spatial database with physical properties for elastic material
+db_properties.label = Elastic properties
 db_properties.iohandler.filename = matprops.spatialdb
 
 # Set the basis functions and quadrature:

Modified: short/3D/PyLith/branches/v1.6-stable/examples/bar_shearwave/tet4/pylithapp.cfg
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/examples/bar_shearwave/tet4/pylithapp.cfg	2011-07-11 19:46:35 UTC (rev 18728)
+++ short/3D/PyLith/branches/v1.6-stable/examples/bar_shearwave/tet4/pylithapp.cfg	2011-07-11 20:13:22 UTC (rev 18729)
@@ -99,6 +99,7 @@
 id = 1
 
 # Spatial database with physical properties for elastic material
+db_properties.label = Elastic properties for +x material
 db_properties.iohandler.filename = matprops.spatialdb
 
 # Set the basis functions and quadrature:
@@ -116,6 +117,7 @@
 id = 2
 
 # Spatial database with physical properties for elastic material
+db_properties.label = Elastic properties for -x material
 db_properties.iohandler.filename = matprops.spatialdb
 
 # Set the basis functions and quadrature:
@@ -200,12 +202,15 @@
 [pylithapp.timedependent.interfaces.fault.eq_srcs.rupture.slip_function]
 
 # Database specifying the final slip.
+slip.label = Final slip
 slip.iohandler.filename = shearwave_slip.spatialdb
 
 # Database specifying rise time.
+rise_time.label = Rise time
 rise_time.iohandler.filename = shearwave_risetime.spatialdb
 
 # Database specifying time at which slip begins at each point.
+slip_time.label = Slip time
 slip_time.iohandler.filename = shearwave_sliptime.spatialdb
 
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/branches/v1.6-stable/examples/bar_shearwave/tri3/pylithapp.cfg
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/examples/bar_shearwave/tri3/pylithapp.cfg	2011-07-11 19:46:35 UTC (rev 18728)
+++ short/3D/PyLith/branches/v1.6-stable/examples/bar_shearwave/tri3/pylithapp.cfg	2011-07-11 20:13:22 UTC (rev 18729)
@@ -96,6 +96,7 @@
 id = 1
 
 # Spatial database with physical properties for elastic material
+db_properties.label = Elastic properties
 db_properties.iohandler.filename = matprops.spatialdb
 
 # Set the basis functions and quadrature:
@@ -182,12 +183,15 @@
 [pylithapp.timedependent.interfaces.fault.eq_srcs.rupture.slip_function]
 
 # Database specifying the final slip.
+slip.label = Final slip
 slip.iohandler.filename = shearwave_slip.spatialdb
 
 # Database specifying rise time.
+rise_time.label = Rise time
 rise_time.iohandler.filename = shearwave_risetime.spatialdb
 
 # Database specifying time at which slip begins at each point.
+slip_time.label = Slip time
 slip_time.iohandler.filename = shearwave_sliptime.spatialdb
 
 # ----------------------------------------------------------------------



More information about the CIG-COMMITS mailing list