[cig-commits] r22166 - short/3D/PyLith/trunk/examples/3d/hex8/mesh

willic3 at geodynamics.org willic3 at geodynamics.org
Wed May 29 20:45:03 PDT 2013


Author: willic3
Date: 2013-05-29 20:45:03 -0700 (Wed, 29 May 2013)
New Revision: 22166

Modified:
   short/3D/PyLith/trunk/examples/3d/hex8/mesh/box_hex8_1000m.exo
   short/3D/PyLith/trunk/examples/3d/hex8/mesh/mesh_hex8_1000m.jou
Log:
Minor change to journal and mesh file to include a sideset representing the
fault.



Modified: short/3D/PyLith/trunk/examples/3d/hex8/mesh/box_hex8_1000m.exo
===================================================================
(Binary files differ)

Modified: short/3D/PyLith/trunk/examples/3d/hex8/mesh/mesh_hex8_1000m.jou
===================================================================
--- short/3D/PyLith/trunk/examples/3d/hex8/mesh/mesh_hex8_1000m.jou	2013-05-29 19:20:56 UTC (rev 22165)
+++ short/3D/PyLith/trunk/examples/3d/hex8/mesh/mesh_hex8_1000m.jou	2013-05-30 03:45:03 UTC (rev 22166)
@@ -30,6 +30,14 @@
 nodeset 10 name "fault"
 
 # ----------------------------------------------------------------------
+# Create sideset for faces in fault
+# ----------------------------------------------------------------------
+group "fault_faces" add face in fault_surface
+group "fault_faces" add face in fault_surface at A
+sideset 10 group fault_faces
+sideset 10 name "fault_faces"
+
+# ----------------------------------------------------------------------
 # Create nodeset for +x face
 # ----------------------------------------------------------------------
 group "face_xpos" add node in surface 20
@@ -94,3 +102,4 @@
 # ----------------------------------------------------------------------
 export mesh "box_hex8_1000m.exo" dimension 3 overwrite
 
+



More information about the CIG-COMMITS mailing list