[cig-commits] r16701 - short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205

brad at geodynamics.org brad at geodynamics.org
Thu May 13 15:56:19 PDT 2010


Author: brad
Date: 2010-05-13 15:56:19 -0700 (Thu, 13 May 2010)
New Revision: 16701

Modified:
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/createbc.jou
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/geometry.jou
Log:
Updated geometry to remove sheet body. Added subset of ground surface as nodeset.

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/createbc.jou
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/createbc.jou	2010-05-13 20:19:39 UTC (rev 16700)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/createbc.jou	2010-05-13 22:56:19 UTC (rev 16701)
@@ -60,3 +60,13 @@
 nodeset 16 group face_zpos
 nodeset 16 name "face zpos"
 
+# ----------------------------------------------------------------------
+# Create nodeset for subset of +z face
+# ----------------------------------------------------------------------
+group "face_zpos_subset" add node in group face_zpos
+group "face_zpos_subset" remove node with x_coord > +15.001e+3
+group "face_zpos_subset" remove node with x_coord < -15.001e+3
+group "face_zpos_subset" remove node with y_coord > +5.001e+3
+group "face_zpos_subset" remove node with y_coord < -5.001e+3
+nodeset 20 group face_zpos_subset
+nodeset 20 name "face zpos_subset"

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/geometry.jou
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/geometry.jou	2010-05-13 20:19:39 UTC (rev 16700)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/geometry.jou	2010-05-13 22:56:19 UTC (rev 16701)
@@ -28,6 +28,6 @@
 # ----------------------------------------------------------------------
 imprint all
 merge all
+delete body 2
 
 
-



More information about the CIG-COMMITS mailing list