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

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


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

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

Modified: short/3D/PyLith/branches/v1.7-trunk/examples/bar_shearwave/tri3/pylithapp.cfg
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/examples/bar_shearwave/tri3/pylithapp.cfg	2013-06-14 22:23:58 UTC (rev 22284)
+++ short/3D/PyLith/branches/v1.7-trunk/examples/bar_shearwave/tri3/pylithapp.cfg	2013-06-14 22:24:07 UTC (rev 22285)
@@ -56,8 +56,12 @@
 [pylithapp.timedependent]
 dimension = 2
 
-# 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
+
+# TRY THIS: Uncomment the line below to use an elasticity
+# implementation optimized for tri3 cells
 #formulation = pylith.problems.ExplicitTri3
 
 # Nondimensionalize problem using wave propagation parameters.



More information about the CIG-COMMITS mailing list