[cig-commits] r22068 - in short/3D/PyLith/trunk/examples/bar_shearwave: hex8 quad4 tet4 tri3

brad at geodynamics.org brad at geodynamics.org
Tue May 14 16:49:58 PDT 2013


Author: brad
Date: 2013-05-14 16:49:57 -0700 (Tue, 14 May 2013)
New Revision: 22068

Modified:
   short/3D/PyLith/trunk/examples/bar_shearwave/hex8/pylithapp.cfg
   short/3D/PyLith/trunk/examples/bar_shearwave/quad4/pylithapp.cfg
   short/3D/PyLith/trunk/examples/bar_shearwave/tet4/pylithapp.cfg
   short/3D/PyLith/trunk/examples/bar_shearwave/tri3/pylithapp.cfg
Log:
Turn off elastic prestep for explicit examples.

Modified: short/3D/PyLith/trunk/examples/bar_shearwave/hex8/pylithapp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/bar_shearwave/hex8/pylithapp.cfg	2013-05-14 23:49:35 UTC (rev 22067)
+++ short/3D/PyLith/trunk/examples/bar_shearwave/hex8/pylithapp.cfg	2013-05-14 23:49:57 UTC (rev 22068)
@@ -54,6 +54,7 @@
 # ----------------------------------------------------------------------
 [pylithapp.timedependent]
 dimension = 3
+elastic_prestep = False
 
 # Change to an explicit time stepping formulation
 formulation = pylith.problems.Explicit

Modified: short/3D/PyLith/trunk/examples/bar_shearwave/quad4/pylithapp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/bar_shearwave/quad4/pylithapp.cfg	2013-05-14 23:49:35 UTC (rev 22067)
+++ short/3D/PyLith/trunk/examples/bar_shearwave/quad4/pylithapp.cfg	2013-05-14 23:49:57 UTC (rev 22068)
@@ -43,6 +43,7 @@
 [pylithapp.timedependent]
 # Set the spatial dimension of the problem.
 dimension = 2
+elastic_prestep = False
 
 # Change to an explicit time stepping formulation.  We use explicit
 # time-stepping with a consistent (full) Jacobian matrix.

Modified: short/3D/PyLith/trunk/examples/bar_shearwave/tet4/pylithapp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/bar_shearwave/tet4/pylithapp.cfg	2013-05-14 23:49:35 UTC (rev 22067)
+++ short/3D/PyLith/trunk/examples/bar_shearwave/tet4/pylithapp.cfg	2013-05-14 23:49:57 UTC (rev 22068)
@@ -55,6 +55,7 @@
 # ----------------------------------------------------------------------
 [pylithapp.timedependent]
 dimension = 3
+elastic_prestep = False
 
 # Change to an explicit time stepping formulation
 formulation = pylith.problems.Explicit

Modified: short/3D/PyLith/trunk/examples/bar_shearwave/tri3/pylithapp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/bar_shearwave/tri3/pylithapp.cfg	2013-05-14 23:49:35 UTC (rev 22067)
+++ short/3D/PyLith/trunk/examples/bar_shearwave/tri3/pylithapp.cfg	2013-05-14 23:49:57 UTC (rev 22068)
@@ -55,6 +55,7 @@
 # ----------------------------------------------------------------------
 [pylithapp.timedependent]
 dimension = 2
+elastic_prestep = False
 
 # Change to an explicit time stepping formulation
 formulation = pylith.problems.Explicit



More information about the CIG-COMMITS mailing list