[cig-commits] r16081 - short/3D/PyLith/branches/pylith-friction/tests/3dnew/hex8

brad at geodynamics.org brad at geodynamics.org
Mon Dec 7 09:16:26 PST 2009


Author: brad
Date: 2009-12-07 09:16:25 -0800 (Mon, 07 Dec 2009)
New Revision: 16081

Modified:
   short/3D/PyLith/branches/pylith-friction/tests/3dnew/hex8/mesh.exo
   short/3D/PyLith/branches/pylith-friction/tests/3dnew/hex8/mesh.jou
Log:
Fixed errors in creating mesh (volume not surface domain).

Modified: short/3D/PyLith/branches/pylith-friction/tests/3dnew/hex8/mesh.exo
===================================================================
(Binary files differ)

Modified: short/3D/PyLith/branches/pylith-friction/tests/3dnew/hex8/mesh.jou
===================================================================
--- short/3D/PyLith/branches/pylith-friction/tests/3dnew/hex8/mesh.jou	2009-12-07 04:14:08 UTC (rev 16080)
+++ short/3D/PyLith/branches/pylith-friction/tests/3dnew/hex8/mesh.jou	2009-12-07 17:16:25 UTC (rev 16081)
@@ -6,20 +6,20 @@
 # ----------------------------------------------------------------------
 # Set discretization size
 # ----------------------------------------------------------------------
-surface all size 1000
+volume all size 1000
 
 # ----------------------------------------------------------------------
 # Generate the mesh
 # ----------------------------------------------------------------------
-surface all scheme submap
-mesh surface all
+volume all scheme submap
+mesh volume all
 
 # ----------------------------------------------------------------------
 # Create blocks for materials
 # ----------------------------------------------------------------------
-block 1 volume 1 5 6 
+block 1 volume 1 5 6
 block 1 name "elastic"
-block 2 volume 7 9 8 
+block 2 volume 7 9 8
 block 2 name "viscoelastic"
 
 # ----------------------------------------------------------------------
@@ -106,3 +106,4 @@
 # ----------------------------------------------------------------------
 export mesh "mesh.exo" dimension 3 overwrite
 
+



More information about the CIG-COMMITS mailing list