[cig-commits] r22286 - short/3D/PyLith/branches/v1.7-trunk/examples/bar_shearwave/hex8

brad at geodynamics.org brad at geodynamics.org
Fri Jun 14 15:24:18 PDT 2013


Author: brad
Date: 2013-06-14 15:24:18 -0700 (Fri, 14 Jun 2013)
New Revision: 22286

Modified:
   short/3D/PyLith/branches/v1.7-trunk/examples/bar_shearwave/hex8/pylithapp.cfg
Log:
Turn off elastic prestep.

Modified: short/3D/PyLith/branches/v1.7-trunk/examples/bar_shearwave/hex8/pylithapp.cfg
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/examples/bar_shearwave/hex8/pylithapp.cfg	2013-06-14 22:24:07 UTC (rev 22285)
+++ short/3D/PyLith/branches/v1.7-trunk/examples/bar_shearwave/hex8/pylithapp.cfg	2013-06-14 22:24:18 UTC (rev 22286)
@@ -55,8 +55,9 @@
 [pylithapp.timedependent]
 dimension = 3
 
-# Change to an explicit time stepping formulation
+# Change to an explicit time stepping formulation with no elastic prestep.
 formulation = pylith.problems.Explicit
+elastic_prestep = False
 
 # Nondimensionalize problem using wave propagation parameters.
 normalizer = spatialdata.units.NondimElasticDynamic



More information about the CIG-COMMITS mailing list