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

surendra at geodynamics.org surendra at geodynamics.org
Sat May 22 17:41:16 PDT 2010


Author: surendra
Date: 2010-05-22 17:41:16 -0700 (Sat, 22 May 2010)
New Revision: 16765

Modified:
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210-2d/quad4_100m_refine.exo.gz
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210-2d/quad4_100m_refine.jou
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210-2d/quad4_200m_refine.exo.gz
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210-2d/quad4_200m_refine.jou
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210-2d/refinecells.jou
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210-2d/tabulate_onfaultdata.py
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210-2d/tri3_100m_refine.exo.gz
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210-2d/tri3_200m_refine.exo.gz
Log:
Updated refine meshes of tpv210-2d

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

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210-2d/quad4_100m_refine.jou
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210-2d/quad4_100m_refine.jou	2010-05-22 23:05:29 UTC (rev 16764)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210-2d/quad4_100m_refine.jou	2010-05-23 00:41:16 UTC (rev 16765)
@@ -8,6 +8,11 @@
 playback 'geometry_refine.jou'
 
 # ----------------------------------------------------------------------
+# Set meshing scheme
+# ----------------------------------------------------------------------
+surface all scheme pave
+
+# ----------------------------------------------------------------------
 # Set discretization size
 # ----------------------------------------------------------------------
 surface all size 400
@@ -37,3 +42,4 @@
 # Export exodus file
 # ----------------------------------------------------------------------
 export mesh "quad4_100m_refine.exo" dimension 2 overwrite
+

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

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210-2d/quad4_200m_refine.jou
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210-2d/quad4_200m_refine.jou	2010-05-22 23:05:29 UTC (rev 16764)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210-2d/quad4_200m_refine.jou	2010-05-23 00:41:16 UTC (rev 16765)
@@ -8,6 +8,11 @@
 playback 'geometry_refine.jou'
 
 # ----------------------------------------------------------------------
+# Set meshing scheme
+# ----------------------------------------------------------------------
+surface all scheme pave
+
+# ----------------------------------------------------------------------
 # Set discretization size
 # ----------------------------------------------------------------------
 surface all size 800
@@ -37,3 +42,4 @@
 # Export exodus file
 # ----------------------------------------------------------------------
 export mesh "quad4_200m_refine.exo" dimension 2 overwrite
+

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210-2d/refinecells.jou
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210-2d/refinecells.jou	2010-05-22 23:05:29 UTC (rev 16764)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210-2d/refinecells.jou	2010-05-23 00:41:16 UTC (rev 16765)
@@ -1,7 +1,8 @@
 # ----------------------------------------------------------------------
 # Refine elements within 1/2 of rupture width
 # ----------------------------------------------------------------------
-group "refinecells1" add node with x_min >= -36.001e+3 and x_max <= 36.001e+3 and y_max <= 36.001e+3
+group "refinecells1" add node with x_min >= -39.751e+3 and x_max <= 32.251e+3 and y_min >= -36.001e+3
 refine node in refinecells1 depth 1
-group "refinecells2" add node with x_min >= -18.001e+3 and x_max <= 18.001e+3 and y_max <= 24.001e+3
+group "refinecells2" add node with x_min >= -21.751e+3 and x_max <= 14.251e+3 and y_min >= -24.001e+3
 refine node in refinecells2 depth 1
+

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210-2d/tabulate_onfaultdata.py
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210-2d/tabulate_onfaultdata.py	2010-05-22 23:05:29 UTC (rev 16764)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210-2d/tabulate_onfaultdata.py	2010-05-23 00:41:16 UTC (rev 16765)
@@ -11,11 +11,11 @@
 #
 
 cell = "tri3"
-dx = 100
+dx = 200
 dt = 0.05
 
-outputRoot = "output/%s_%3dm" % (cell,dx)
-outdir = "scecfiles/%s_%3dm/" % (cell,dx)
+outputRoot = "output/%s_%3dm_%s" % (cell,dx,"refine")
+outdir = "scecfiles/%s_%3dm_%s/" % (cell,dx,"refine")
 
 import numpy
 import time

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

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



More information about the CIG-COMMITS mailing list