[cig-commits] r15160 - short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/parameters

brad at geodynamics.org brad at geodynamics.org
Tue Jun 9 14:24:40 PDT 2009


Author: brad
Date: 2009-06-09 14:24:39 -0700 (Tue, 09 Jun 2009)
New Revision: 15160

Modified:
   short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/parameters/fixeddisp_analytic_xneg.spatialdb.gz
   short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/parameters/fixeddisp_analytic_xpos.spatialdb.gz
   short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/parameters/fixeddisp_analytic_ypos.spatialdb.gz
   short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/parameters/fixeddisp_analytic_zneg.spatialdb.gz
   short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/parameters/pylithapp.cfg
Log:
Updated settings.

Modified: short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/parameters/fixeddisp_analytic_xneg.spatialdb.gz
===================================================================
(Binary files differ)

Modified: short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/parameters/fixeddisp_analytic_xpos.spatialdb.gz
===================================================================
(Binary files differ)

Modified: short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/parameters/fixeddisp_analytic_ypos.spatialdb.gz
===================================================================
(Binary files differ)

Modified: short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/parameters/fixeddisp_analytic_zneg.spatialdb.gz
===================================================================
(Binary files differ)

Modified: short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/parameters/pylithapp.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/parameters/pylithapp.cfg	2009-06-09 20:30:34 UTC (rev 15159)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/parameters/pylithapp.cfg	2009-06-09 21:24:39 UTC (rev 15160)
@@ -52,45 +52,44 @@
 # ----------------------------------------------------------------------
 [pylithapp.timedependent.bc.y_neg]
 fixed_dof = [0, 2]
-db = spatialdata.spatialdb.SimpleDB
-db.label = Symmetry Dirichlet BC
-db.iohandler.filename = fixeddisp_zero.spatialdb
-db.query_type = nearest
+db_initial = spatialdata.spatialdb.SimpleDB
+db_initial.label = Symmetry Dirichlet BC
+db_initial.iohandler.filename = fixeddisp_zero.spatialdb
+db_initial.query_type = nearest
 
 [pylithapp.timedependent.bc.x_pos]
 fixed_dof = [0, 1, 2]
-db = spatialdata.spatialdb.SimpleDB
-db.label = Analytic displacement Dirichlet BC on +x face
-db.iohandler.filename = fixeddisp_analytic_xpos.spatialdb
-db.query_type = nearest
+db_initial = spatialdata.spatialdb.SimpleDB
+db_initial.label = Analytic displacement Dirichlet BC on +x face
+db_initial.iohandler.filename = fixeddisp_analytic_xpos.spatialdb
+db_initial.query_type = nearest
 
 [pylithapp.timedependent.bc.x_neg]
 fixed_dof = [0, 1, 2]
-db = spatialdata.spatialdb.SimpleDB
-db.label = Analytic displacement Dirichlet BC on -x face
-db.iohandler.filename = fixeddisp_analytic_xneg.spatialdb
-db.query_type = nearest
+db_initial = spatialdata.spatialdb.SimpleDB
+db_initial.label = Analytic displacement Dirichlet BC on -x face
+db_initial.iohandler.filename = fixeddisp_analytic_xneg.spatialdb
+db_initial.query_type = nearest
 
 [pylithapp.timedependent.bc.y_pos]
 fixed_dof = [0, 1, 2]
-db = spatialdata.spatialdb.SimpleDB
-db.label = Analytic displacement Dirichlet BC on +y face
-db.iohandler.filename = fixeddisp_analytic_ypos.spatialdb
-db.query_type = nearest
+db_initial = spatialdata.spatialdb.SimpleDB
+db_initial.label = Analytic displacement Dirichlet BC on +y face
+db_initial.iohandler.filename = fixeddisp_analytic_ypos.spatialdb
+db_initial.query_type = nearest
 
 [pylithapp.timedependent.bc.z_neg]
 fixed_dof = [0, 1, 2]
-db = spatialdata.spatialdb.SimpleDB
-db.label = Analytic displacement Dirichlet BC on -z face
-db.iohandler.filename = fixeddisp_analytic_zneg.spatialdb
-db.query_type = nearest
+db_initial = spatialdata.spatialdb.SimpleDB
+db_initial.label = Analytic displacement Dirichlet BC on -z face
+db_initial.iohandler.filename = fixeddisp_analytic_zneg.spatialdb
+db_initial.query_type = nearest
 
 # ----------------------------------------------------------------------
 # faults
 # ----------------------------------------------------------------------
 [pylithapp.timedependent.interfaces.fault]
 id = 10
-mat_db.iohandler.filename = mat_elastic.spatialdb
 
 [pylithapp.timedependent.interfaces.fault.eq_srcs.rupture.slip_function]
 slip.label = Final slip



More information about the CIG-COMMITS mailing list