[cig-commits] r16694 - short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d

brad at geodynamics.org brad at geodynamics.org
Wed May 12 12:29:29 PDT 2010


Author: brad
Date: 2010-05-12 12:29:28 -0700 (Wed, 12 May 2010)
New Revision: 16694

Modified:
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d/createbc.jou
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d/quad4_100m.exo.gz
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d/tri3_100m.exo.gz
Log:
Fixed selection of boundary curves in CUBIT script. Updated meshes.

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d/createbc.jou
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d/createbc.jou	2010-05-12 15:27:35 UTC (rev 16693)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d/createbc.jou	2010-05-12 19:29:28 UTC (rev 16694)
@@ -22,14 +22,14 @@
 # ----------------------------------------------------------------------
 # Create nodeset for -x face
 # ----------------------------------------------------------------------
-group "face_xneg" add node in curve 34
+group "face_xneg" add node in curve 35
 nodeset 12 group face_xneg
 nodeset 12 name "face xneg"
 
 # ----------------------------------------------------------------------
 # Create nodeset for +y face
 # ----------------------------------------------------------------------
-group "face_ypos" add node in curve 35
+group "face_ypos" add node in curve 36
 group "face_ypos" add node in curve 40
 nodeset 13 group face_ypos
 nodeset 13 name "face ypos"
@@ -37,6 +37,8 @@
 # ----------------------------------------------------------------------
 # Create nodeset for -y face
 # ----------------------------------------------------------------------
+group "face_yneg" add node in curve 34
 group "face_yneg" add node in curve 38
 nodeset 14 group face_yneg
 nodeset 14 name "face yneg"
+

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d/quad4_100m.exo.gz
===================================================================
(Binary files differ)

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv10-2d/tri3_100m.exo.gz
===================================================================
(Binary files differ)



More information about the CIG-COMMITS mailing list