[cig-commits] r18758 - short/3D/PyLith/branches/v1.6-stable/examples/3d/tet4

brad at geodynamics.org brad at geodynamics.org
Thu Jul 14 14:33:57 PDT 2011


Author: brad
Date: 2011-07-14 14:33:57 -0700 (Thu, 14 Jul 2011)
New Revision: 18758

Modified:
   short/3D/PyLith/branches/v1.6-stable/examples/3d/tet4/pylithapp.cfg
   short/3D/PyLith/branches/v1.6-stable/examples/3d/tet4/step03.cfg
   short/3D/PyLith/branches/v1.6-stable/examples/3d/tet4/step04.cfg
Log:
Added missing descriptive labels for spatial databases.

Modified: short/3D/PyLith/branches/v1.6-stable/examples/3d/tet4/pylithapp.cfg
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/examples/3d/tet4/pylithapp.cfg	2011-07-14 19:43:14 UTC (rev 18757)
+++ short/3D/PyLith/branches/v1.6-stable/examples/3d/tet4/pylithapp.cfg	2011-07-14 21:33:57 UTC (rev 18758)
@@ -70,6 +70,7 @@
 [pylithapp.timedependent.materials.elastic]
 label = Elastic material
 id = 1
+db_properties.label = Elastic properties
 db_properties.iohandler.filename = spatialdb/mat_elastic.spatialdb
 quadrature.cell = pylith.feassemble.FIATSimplex
 quadrature.cell.shape = tetrahedron
@@ -77,6 +78,7 @@
 [pylithapp.timedependent.materials.viscoelastic]
 label = Viscoelastic material
 id = 2
+db_properties.label = Viscoelastic properties
 db_properties.iohandler.filename = spatialdb/mat_viscoelastic.spatialdb
 quadrature.cell = pylith.feassemble.FIATSimplex
 quadrature.cell.shape = tetrahedron

Modified: short/3D/PyLith/branches/v1.6-stable/examples/3d/tet4/step03.cfg
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/examples/3d/tet4/step03.cfg	2011-07-14 19:43:14 UTC (rev 18757)
+++ short/3D/PyLith/branches/v1.6-stable/examples/3d/tet4/step03.cfg	2011-07-14 21:33:57 UTC (rev 18758)
@@ -70,7 +70,9 @@
 quadrature.cell.shape = triangle
 
 [pylithapp.timedependent.interfaces.fault.eq_srcs.rupture.slip_function]
+slip.label = Final slip
 slip.iohandler.filename = spatialdb/finalslip.spatialdb
+slip_time.label = Slip time
 slip_time.iohandler.filename = spatialdb/sliptime.spatialdb
 
 

Modified: short/3D/PyLith/branches/v1.6-stable/examples/3d/tet4/step04.cfg
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/examples/3d/tet4/step04.cfg	2011-07-14 19:43:14 UTC (rev 18757)
+++ short/3D/PyLith/branches/v1.6-stable/examples/3d/tet4/step04.cfg	2011-07-14 21:33:57 UTC (rev 18758)
@@ -77,7 +77,9 @@
 quadrature.cell.shape = triangle
 
 [pylithapp.timedependent.interfaces.fault.eq_srcs.rupture.slip_function]
+slip.label = Final slip
 slip.iohandler.filename = spatialdb/finalslip.spatialdb
+slip_time.label = Slip time
 slip_time.iohandler.filename = spatialdb/sliptime.spatialdb
 
 



More information about the CIG-COMMITS mailing list