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

surendra at geodynamics.org surendra at geodynamics.org
Tue May 18 23:23:17 PDT 2010


Author: surendra
Date: 2010-05-18 23:23:16 -0700 (Tue, 18 May 2010)
New Revision: 16744

Modified:
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/quad4_200m_refine.jou
Log:
Finialized mesh refinement for quad4 200m of tpv205-2d

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/quad4_200m_refine.jou
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/quad4_200m_refine.jou	2010-05-19 05:37:24 UTC (rev 16743)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/quad4_200m_refine.jou	2010-05-19 06:23:16 UTC (rev 16744)
@@ -10,7 +10,7 @@
 # ----------------------------------------------------------------------
 # Set discretization size
 # ----------------------------------------------------------------------
-surface all size 600
+surface all size 800
 
 # ----------------------------------------------------------------------
 # Generate the mesh
@@ -18,24 +18,21 @@
 mesh surface all
 
 # ----------------------------------------------------------------------
-# Setup boundary conditions.
+# Refine elements within 1/2 of rupture width
 # ----------------------------------------------------------------------
-playback 'createbc.jou'
+group "Refined" add node with x_min >= -15000 and x_max <= 15000 and y_min >= -30000 and y_max <= 30000
 
+refine node in Refined numsplit 2
+
 # ----------------------------------------------------------------------
-# Refine elements within 1/2 of rupture width
+# Setup boundary conditions.
 # ----------------------------------------------------------------------
-group "Refined"" add node in surface 8
-group "Refined"" add node in surface 9
-group "Refined" copy scale 0.5
-#nodeset 21 group Refined
-#nodeset 21 name "Refined"
+playback 'createbc.jou'
 
-refine node Refined numsplit=3
-
 # ----------------------------------------------------------------------
 # Export exodus file
 # ----------------------------------------------------------------------
 export mesh "quad4_200m_refine.exo" dimension 2 overwrite
 
 
+



More information about the CIG-COMMITS mailing list