[cig-commits] r9194 - short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/parameters

brad at geodynamics.org brad at geodynamics.org
Tue Jan 29 15:19:32 PST 2008


Author: brad
Date: 2008-01-29 15:19:32 -0800 (Tue, 29 Jan 2008)
New Revision: 9194

Modified:
   short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/parameters/pylithapp.cfg
Log:
Updated BC settings for changes in DirichletPoints.

Modified: short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/parameters/pylithapp.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/parameters/pylithapp.cfg	2008-01-29 23:17:21 UTC (rev 9193)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/parameters/pylithapp.cfg	2008-01-29 23:19:32 UTC (rev 9194)
@@ -50,12 +50,14 @@
 # ----------------------------------------------------------------------
 [pylithapp.timedependent.bc.y_neg]
 fixed_dof = [1]
+db = spatialdata.spatialdb.SimpleDB
 db.label = Symmetry Dirichlet BC
 db.iohandler.filename = fixeddisp_zero.spatialdb
 db.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.iohandler.filename = fixeddisp_zero.spatialdb
@@ -63,6 +65,7 @@
 
 [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.iohandler.filename = fixeddisp_zero.spatialdb
@@ -70,6 +73,7 @@
 
 [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.iohandler.filename = fixeddisp_zero.spatialdb
@@ -77,6 +81,7 @@
 
 [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.iohandler.filename = fixeddisp_zero.spatialdb



More information about the cig-commits mailing list