[cig-commits] r7091 - in short/3D/PyLith/trunk/tests/2d: quad4 tri3

brad at geodynamics.org brad at geodynamics.org
Thu Jun 7 10:02:25 PDT 2007


Author: brad
Date: 2007-06-07 10:02:25 -0700 (Thu, 07 Jun 2007)
New Revision: 7091

Modified:
   short/3D/PyLith/trunk/tests/2d/quad4/box.cub
   short/3D/PyLith/trunk/tests/2d/quad4/box.exo
   short/3D/PyLith/trunk/tests/2d/quad4/shearplanestrain.cfg
   short/3D/PyLith/trunk/tests/2d/tri3/box.cub
   short/3D/PyLith/trunk/tests/2d/tri3/box.exo
   short/3D/PyLith/trunk/tests/2d/tri3/shearplanestrain.cfg
Log:
Added constraining +y and -y sides to 2-D shear tests.

Modified: short/3D/PyLith/trunk/tests/2d/quad4/box.cub
===================================================================
(Binary files differ)

Modified: short/3D/PyLith/trunk/tests/2d/quad4/box.exo
===================================================================
(Binary files differ)

Modified: short/3D/PyLith/trunk/tests/2d/quad4/shearplanestrain.cfg
===================================================================
--- short/3D/PyLith/trunk/tests/2d/quad4/shearplanestrain.cfg	2007-06-07 16:28:19 UTC (rev 7090)
+++ short/3D/PyLith/trunk/tests/2d/quad4/shearplanestrain.cfg	2007-06-07 17:02:25 UTC (rev 7091)
@@ -68,6 +68,22 @@
 db.label = Dirichlet BC +x edge
 db.iohandler.filename = shearxy.spatialdb
 
+[pylithapp.timedependent.bc.y_pos]
+fixed_dof = [0, 1]
+id = 12
+label = 12
+db.label = Dirichlet BC +y edge
+db.iohandler.filename = shearxy.spatialdb
+db.query_type = linear
+
+[pylithapp.timedependent.bc.y_neg]
+fixed_dof = [0, 1]
+id = 13
+label = 13
+db.label = Dirichlet BC -y edge
+db.iohandler.filename = shearxy.spatialdb
+db.query_type = linear
+
 # ----------------------------------------------------------------------
 # PETSc
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/trunk/tests/2d/tri3/box.cub
===================================================================
(Binary files differ)

Modified: short/3D/PyLith/trunk/tests/2d/tri3/box.exo
===================================================================
(Binary files differ)

Modified: short/3D/PyLith/trunk/tests/2d/tri3/shearplanestrain.cfg
===================================================================
--- short/3D/PyLith/trunk/tests/2d/tri3/shearplanestrain.cfg	2007-06-07 16:28:19 UTC (rev 7090)
+++ short/3D/PyLith/trunk/tests/2d/tri3/shearplanestrain.cfg	2007-06-07 17:02:25 UTC (rev 7091)
@@ -67,6 +67,22 @@
 db.label = Dirichlet BC +x edge
 db.iohandler.filename = shearxy.spatialdb
 
+[pylithapp.timedependent.bc.y_pos]
+fixed_dof = [0, 1]
+id = 12
+label = 12
+db.label = Dirichlet BC +y edge
+db.iohandler.filename = shearxy.spatialdb
+db.query_type = linear
+
+[pylithapp.timedependent.bc.y_neg]
+fixed_dof = [0, 1]
+id = 13
+label = 13
+db.label = Dirichlet BC -y edge
+db.iohandler.filename = shearxy.spatialdb
+db.query_type = linear
+
 # ----------------------------------------------------------------------
 # PETSc
 # ----------------------------------------------------------------------



More information about the cig-commits mailing list