[cig-commits] r15371 - short/3D/PyLith/trunk/examples/3d/hex8

brad at geodynamics.org brad at geodynamics.org
Mon Jun 22 15:16:46 PDT 2009


Author: brad
Date: 2009-06-22 15:16:46 -0700 (Mon, 22 Jun 2009)
New Revision: 15371

Modified:
   short/3D/PyLith/trunk/examples/3d/hex8/savageprescott.cfg
Log:
Corrected units.

Modified: short/3D/PyLith/trunk/examples/3d/hex8/savageprescott.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/3d/hex8/savageprescott.cfg	2009-06-22 22:16:17 UTC (rev 15370)
+++ short/3D/PyLith/trunk/examples/3d/hex8/savageprescott.cfg	2009-06-22 22:16:46 UTC (rev 15371)
@@ -74,7 +74,7 @@
 db_rate = spatialdata.spatialdb.UniformDB
 db_rate.label = Dirichlet rate BC on +x
 db_rate.values = [displacement-rate-x,displacement-rate-y,rate-start-time]
-db_rate.data = [0.0*cm/year,-1.0*cm/year,0.0*cm/year]
+db_rate.data = [0.0*cm/year,-1.0*cm/year,0.0*year]
 
 [pylithapp.timedependent.bc.x_neg]
 bc_dof = [0, 1]
@@ -83,7 +83,7 @@
 db_rate = spatialdata.spatialdb.UniformDB
 db_rate.label = Dirichlet rate BC on -x
 db_rate.values = [displacement-rate-x,displacement-rate-y,rate-start-time]
-db_rate.data = [0.0*cm/year,+1.0*cm/year,0.0*cm/year]
+db_rate.data = [0.0*cm/year,+1.0*cm/year,0.0*year]
 
 [pylithapp.timedependent.bc.z_neg]
 bc_dof = [2]



More information about the CIG-COMMITS mailing list