[cig-commits] r17004 - short/3D/PyLith/branches/v1.5-stable/examples/3d/hex8

brad at geodynamics.org brad at geodynamics.org
Sun Jun 13 16:21:54 PDT 2010


Author: brad
Date: 2010-06-13 16:21:53 -0700 (Sun, 13 Jun 2010)
New Revision: 17004

Modified:
   short/3D/PyLith/branches/v1.5-stable/examples/3d/hex8/step03.cfg
   short/3D/PyLith/branches/v1.5-stable/examples/3d/hex8/step08.cfg
Log:
Fixed query type for spatial databases with linear variations in parameters (nearest -> linear interpolation).

Modified: short/3D/PyLith/branches/v1.5-stable/examples/3d/hex8/step03.cfg
===================================================================
--- short/3D/PyLith/branches/v1.5-stable/examples/3d/hex8/step03.cfg	2010-06-12 13:40:37 UTC (rev 17003)
+++ short/3D/PyLith/branches/v1.5-stable/examples/3d/hex8/step03.cfg	2010-06-13 23:21:53 UTC (rev 17004)
@@ -101,6 +101,7 @@
 # The slip time and final slip are defined in spatial databases.
 [pylithapp.timedependent.interfaces.fault.eq_srcs.rupture.slip_function]
 slip.iohandler.filename = spatialdb/finalslip.spatialdb
+slip.query_type = linear
 slip_time.iohandler.filename = spatialdb/sliptime.spatialdb
 
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/branches/v1.5-stable/examples/3d/hex8/step08.cfg
===================================================================
--- short/3D/PyLith/branches/v1.5-stable/examples/3d/hex8/step08.cfg	2010-06-12 13:40:37 UTC (rev 17003)
+++ short/3D/PyLith/branches/v1.5-stable/examples/3d/hex8/step08.cfg	2010-06-13 23:21:53 UTC (rev 17004)
@@ -89,6 +89,7 @@
 values_B = [reference-stress,reference-strain-rate,power-law-exponent]   ; Power-law properties.
 db_B.label = Power-law properties
 db_B.iohandler.filename = spatialdb/mat_powerlaw.spatialdb
+db_b.query_type = linear
 
 # Since there are additional properties and state variables for the
 # power-law model, we explicitly request that they be output. Properties are



More information about the CIG-COMMITS mailing list