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

brad at geodynamics.org brad at geodynamics.org
Fri Jun 15 14:34:58 PDT 2007


Author: brad
Date: 2007-06-15 14:34:57 -0700 (Fri, 15 Jun 2007)
New Revision: 7271

Modified:
   short/3D/PyLith/trunk/TODO
   short/3D/PyLith/trunk/tests/2d/quad4/axialx.spatialdb
   short/3D/PyLith/trunk/tests/2d/quad4/axialy.spatialdb
   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/quad4/shearxy.spatialdb
   short/3D/PyLith/trunk/tests/2d/tri3/axialx.spatialdb
   short/3D/PyLith/trunk/tests/2d/tri3/axialy.spatialdb
   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
   short/3D/PyLith/trunk/tests/2d/tri3/shearxy.spatialdb
Log:
Adjusted 2-D tri3 and quad4 shear and axial tests to have same geometry as 3-D cases (can compare deformation in xy-plane).

Modified: short/3D/PyLith/trunk/TODO
===================================================================
--- short/3D/PyLith/trunk/TODO	2007-06-15 21:01:27 UTC (rev 7270)
+++ short/3D/PyLith/trunk/TODO	2007-06-15 21:34:57 UTC (rev 7271)
@@ -15,8 +15,6 @@
 MAIN PRIORITIES (Brad)
 ======================================================================
 
-Add catching ALE exceptions in modules.
-
 1. Additional unit tests
 
   Unit tests with multiple cohesive cells.
@@ -29,10 +27,6 @@
     i. multiple materials
     ii. constrained DOF
 
-examples/templates
-  containers
-    verify containers work
-
 ======================================================================
 SECONDARY PRIORITIES
 ======================================================================

Modified: short/3D/PyLith/trunk/tests/2d/quad4/axialx.spatialdb
===================================================================
--- short/3D/PyLith/trunk/tests/2d/quad4/axialx.spatialdb	2007-06-15 21:01:27 UTC (rev 7270)
+++ short/3D/PyLith/trunk/tests/2d/quad4/axialx.spatialdb	2007-06-15 21:34:57 UTC (rev 7271)
@@ -11,5 +11,5 @@
     space-dim = 2
   }
 }
--250.0  0.0   +1.0
-+250.0  0.0   -1.0
+-200.0  0.0   +1.0
++200.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-15 21:01:27 UTC (rev 7270)
+++ short/3D/PyLith/trunk/tests/2d/quad4/axialy.spatialdb	2007-06-15 21:34:57 UTC (rev 7271)
@@ -11,5 +11,5 @@
     space-dim = 2
   }
 }
-0.0  -250.0    0.0
-0.0  +250.0    0.0
+0.0  -200.0    0.0
+0.0  +200.0    0.0

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-15 21:01:27 UTC (rev 7270)
+++ short/3D/PyLith/trunk/tests/2d/quad4/shearplanestrain.cfg	2007-06-15 21:34:57 UTC (rev 7271)
@@ -68,22 +68,6 @@
 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/quad4/shearxy.spatialdb
===================================================================
--- short/3D/PyLith/trunk/tests/2d/quad4/shearxy.spatialdb	2007-06-15 21:01:27 UTC (rev 7270)
+++ short/3D/PyLith/trunk/tests/2d/quad4/shearxy.spatialdb	2007-06-15 21:34:57 UTC (rev 7271)
@@ -11,5 +11,5 @@
     space-dim = 2
   }
 }
--250.0  0.0    0.0  -1.0
-+250.0  0.0    0.0  +1.0
+-200.0  0.0    0.0  -1.0
++200.0  0.0    0.0  +1.0

Modified: short/3D/PyLith/trunk/tests/2d/tri3/axialx.spatialdb
===================================================================
--- short/3D/PyLith/trunk/tests/2d/tri3/axialx.spatialdb	2007-06-15 21:01:27 UTC (rev 7270)
+++ short/3D/PyLith/trunk/tests/2d/tri3/axialx.spatialdb	2007-06-15 21:34:57 UTC (rev 7271)
@@ -11,5 +11,5 @@
     space-dim = 2
   }
 }
--250.0  0.0    0.0
-+250.0  0.0    0.0
+-200.0  0.0   +1.0
++200.0  0.0   -1.0

Modified: short/3D/PyLith/trunk/tests/2d/tri3/axialy.spatialdb
===================================================================
--- short/3D/PyLith/trunk/tests/2d/tri3/axialy.spatialdb	2007-06-15 21:01:27 UTC (rev 7270)
+++ short/3D/PyLith/trunk/tests/2d/tri3/axialy.spatialdb	2007-06-15 21:34:57 UTC (rev 7271)
@@ -11,5 +11,5 @@
     space-dim = 2
   }
 }
-0.0  -250.0   +1.0
-0.0  +250.0   -1.0
+0.0  -200.0    0.0
+0.0  +200.0    0.0

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-15 21:01:27 UTC (rev 7270)
+++ short/3D/PyLith/trunk/tests/2d/tri3/shearplanestrain.cfg	2007-06-15 21:34:57 UTC (rev 7271)
@@ -67,22 +67,6 @@
 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/shearxy.spatialdb
===================================================================
--- short/3D/PyLith/trunk/tests/2d/tri3/shearxy.spatialdb	2007-06-15 21:01:27 UTC (rev 7270)
+++ short/3D/PyLith/trunk/tests/2d/tri3/shearxy.spatialdb	2007-06-15 21:34:57 UTC (rev 7271)
@@ -11,5 +11,5 @@
     space-dim = 2
   }
 }
--250.0  0.0    0.0  -1.0
-+250.0  0.0    0.0  +1.0
+-200.0  0.0    0.0  -1.0
++200.0  0.0    0.0  +1.0



More information about the cig-commits mailing list