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

brad at geodynamics.org brad at geodynamics.org
Fri Oct 16 08:10:42 PDT 2009


Author: brad
Date: 2009-10-16 08:10:42 -0700 (Fri, 16 Oct 2009)
New Revision: 15816

Modified:
   short/3D/PyLith/trunk/examples/3d/hex8/gravity_istress.cfg
Log:
Switched to 2-point linear variation in initial stress field.

Modified: short/3D/PyLith/trunk/examples/3d/hex8/gravity_istress.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/3d/hex8/gravity_istress.cfg	2009-10-16 15:02:34 UTC (rev 15815)
+++ short/3D/PyLith/trunk/examples/3d/hex8/gravity_istress.cfg	2009-10-16 15:10:42 UTC (rev 15816)
@@ -35,10 +35,12 @@
 [pylithapp.timedependent.materials.elastic]
 db_initial_stress = spatialdata.spatialdb.SimpleDB
 db_initial_stress.iohandler.filename = initial_stress.spatialdb
+db_initial_stress.query_type = linear
 
 [pylithapp.timedependent.materials.viscoelastic]
 db_initial_stress = spatialdata.spatialdb.SimpleDB
 db_initial_stress.iohandler.filename = initial_stress.spatialdb
+db_initial_stress.query_type = linear
 
 # ----------------------------------------------------------------------
 # boundary conditions



More information about the CIG-COMMITS mailing list