[cig-commits] r7202 - short/3D/PyLith/trunk/tests/2d/quad4

brad at geodynamics.org brad at geodynamics.org
Wed Jun 13 09:49:19 PDT 2007


Author: brad
Date: 2007-06-13 09:49:18 -0700 (Wed, 13 Jun 2007)
New Revision: 7202

Modified:
   short/3D/PyLith/trunk/tests/2d/quad4/axialplanestrain.cfg
   short/3D/PyLith/trunk/tests/2d/quad4/axialx.spatialdb
   short/3D/PyLith/trunk/tests/2d/quad4/axialy.spatialdb
Log:
Fixed boundary conditions for 2-D axial compression test qith quad4 cells.

Modified: short/3D/PyLith/trunk/tests/2d/quad4/axialplanestrain.cfg
===================================================================
--- short/3D/PyLith/trunk/tests/2d/quad4/axialplanestrain.cfg	2007-06-13 16:40:02 UTC (rev 7201)
+++ short/3D/PyLith/trunk/tests/2d/quad4/axialplanestrain.cfg	2007-06-13 16:49:18 UTC (rev 7202)
@@ -59,28 +59,32 @@
 id = 10
 label = 10
 db.label = Dirichlet BC -x edge
-db.iohandler.filename = dispx.spatialdb
+db.iohandler.filename = axialx.spatialdb
+db.query_type = linear
 
 [pylithapp.timedependent.bc.x_pos]
 fixed_dof = [0]
 id = 11
 label = 11
 db.label = Dirichlet BC +x edge
-db.iohandler.filename = dispx.spatialdb
+db.iohandler.filename = axialx.spatialdb
+db.query_type = linear
 
 [pylithapp.timedependent.bc.y_pos]
 fixed_dof = [1]
 id = 12
 label = 12
 db.label = Dirichlet BC +y edge
-db.iohandler.filename = dispy.spatialdb
+db.iohandler.filename = axialy.spatialdb
+db.query_type = linear
 
 [pylithapp.timedependent.bc.y_neg]
 fixed_dof = [1]
 id = 13
 label = 13
 db.label = Dirichlet BC -y edge
-db.iohandler.filename = dispy.spatialdb
+db.iohandler.filename = axialy.spatialdb
+db.query_type = linear
 
 # ----------------------------------------------------------------------
 # PETSc

Modified: short/3D/PyLith/trunk/tests/2d/quad4/axialx.spatialdb
===================================================================
--- short/3D/PyLith/trunk/tests/2d/quad4/axialx.spatialdb	2007-06-13 16:40:02 UTC (rev 7201)
+++ short/3D/PyLith/trunk/tests/2d/quad4/axialx.spatialdb	2007-06-13 16:49:18 UTC (rev 7202)
@@ -11,5 +11,5 @@
     space-dim = 2
   }
 }
--250.0  0.0    0.0
-+250.0  0.0    0.0
+-250.0  0.0   +1.0
++250.0  0.0   -1.0

Modified: short/3D/PyLith/trunk/tests/2d/quad4/axialy.spatialdb
===================================================================
--- short/3D/PyLith/trunk/tests/2d/quad4/axialy.spatialdb	2007-06-13 16:40:02 UTC (rev 7201)
+++ short/3D/PyLith/trunk/tests/2d/quad4/axialy.spatialdb	2007-06-13 16:49:18 UTC (rev 7202)
@@ -11,5 +11,5 @@
     space-dim = 2
   }
 }
-0.0  -250.0   +1.0
-0.0  +250.0   -1.0
+0.0  -250.0    0.0
+0.0  +250.0    0.0



More information about the cig-commits mailing list