[cig-commits] r16720 - short/3D/PyLith/trunk/examples/bar_shearwave/quad4

brad at geodynamics.org brad at geodynamics.org
Sat May 15 14:58:44 PDT 2010


Author: brad
Date: 2010-05-15 14:58:44 -0700 (Sat, 15 May 2010)
New Revision: 16720

Modified:
   short/3D/PyLith/trunk/examples/bar_shearwave/quad4/bar_quad4_200m.exo
   short/3D/PyLith/trunk/examples/bar_shearwave/quad4/geometry.jou
   short/3D/PyLith/trunk/examples/bar_shearwave/quad4/mesh_quad4_200m.jou
Log:
Updated to CUBIT 12.1.

Modified: short/3D/PyLith/trunk/examples/bar_shearwave/quad4/bar_quad4_200m.exo
===================================================================
(Binary files differ)

Modified: short/3D/PyLith/trunk/examples/bar_shearwave/quad4/geometry.jou
===================================================================
--- short/3D/PyLith/trunk/examples/bar_shearwave/quad4/geometry.jou	2010-05-15 21:14:26 UTC (rev 16719)
+++ short/3D/PyLith/trunk/examples/bar_shearwave/quad4/geometry.jou	2010-05-15 21:58:44 UTC (rev 16720)
@@ -1,12 +1,3 @@
-## /tools/common/cubit-10.2/bin/clarox
-## Cubit Version 10.2
-## Cubit Build 24
-## Revised 12/15/2006 16:09:40 MST
-## Running 06/18/2007 10:26:50 AM
-## Command Options:
-## -warning = On
-## -information = On
-
 # ----------------------------------------------------------------------
 # Create block
 # ----------------------------------------------------------------------
@@ -26,8 +17,8 @@
 # ----------------------------------------------------------------------
 
 # Create fault (yz plane) at x = 0.0
-split surface 8 across location position 0 -200 0 location position 0 200 0
-curve 21 name "fault_surface"
+split surface 7 across location position 0 -200 0 location position 0 200 0
+curve 17 name "fault_surface"
 
 # ----------------------------------------------------------------------
 # Imprint all volumes, merging surfaces

Modified: short/3D/PyLith/trunk/examples/bar_shearwave/quad4/mesh_quad4_200m.jou
===================================================================
--- short/3D/PyLith/trunk/examples/bar_shearwave/quad4/mesh_quad4_200m.jou	2010-05-15 21:14:26 UTC (rev 16719)
+++ short/3D/PyLith/trunk/examples/bar_shearwave/quad4/mesh_quad4_200m.jou	2010-05-15 21:58:44 UTC (rev 16720)
@@ -25,7 +25,7 @@
 # ----------------------------------------------------------------------
 # Create blocks for materials
 # ----------------------------------------------------------------------
-block 1 surface 9 10
+block 1 surface 8 9
 block 1 name "elastic"
 
 # ----------------------------------------------------------------------
@@ -38,26 +38,27 @@
 # ----------------------------------------------------------------------
 # Create nodeset for +x face
 # ----------------------------------------------------------------------
-group "face_xpos" add node in curve 18
-nodeset 11 group face_xpos
-nodeset 11 name "face xpos"
+group "face_xpos" add node in curve 14
+nodeset 20 group face_xpos
+nodeset 20 name "face xpos"
 
 # ----------------------------------------------------------------------
 # Create nodeset for -x face
 # ----------------------------------------------------------------------
-group "face_xneg" add node in curve 20
-nodeset 12 group face_xneg
-nodeset 12 name "face xneg"
+group "face_xneg" add node in curve 16
+nodeset 21 group face_xneg
+nodeset 21 name "face xneg"
 
 # ----------------------------------------------------------------------
 # Create nodeset for all vertices but fault
 # ----------------------------------------------------------------------
 group "vertices_nofault" add node all
 group "vertices_nofault" remove node in fault
-nodeset 13 group vertices_nofault
-nodeset 13 name "vertices_nofault"
+nodeset 22 group vertices_nofault
+nodeset 22 name "vertices_nofault"
 
 # ----------------------------------------------------------------------
 # Export exodus file
 # ----------------------------------------------------------------------
 export mesh "bar_quad4_200m.exo" dimension 2 overwrite
+



More information about the CIG-COMMITS mailing list