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

surendra at geodynamics.org surendra at geodynamics.org
Sun May 23 16:01:21 PDT 2010


Author: surendra
Date: 2010-05-23 16:01:21 -0700 (Sun, 23 May 2010)
New Revision: 16769

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_200m_refine.exo.gz
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210-2d/tabulate_onfaultdata.py
Log:
Improved condition number for quad4 at 200m resolution 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_200m_refine.exo.gz
===================================================================
(Binary files differ)

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-23 22:01:58 UTC (rev 16768)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210-2d/tabulate_onfaultdata.py	2010-05-23 23:01:21 UTC (rev 16769)
@@ -10,8 +10,8 @@
 # ----------------------------------------------------------------------
 #
 
-cell = "tri3"
-dx = 200
+cell = "quad4"
+dx = 100
 dt = 0.05
 
 outputRoot = "output/%s_%3dm_%s" % (cell,dx,"refine")
@@ -60,7 +60,7 @@
 itime = 0
 for timestamp in timestamps:
     filename = "%s-fault_t%05d.vtk" % (outputRoot,timestamp)
-#    print "filename", filename
+    print "filename", filename
     data = reader.read(filename)
     fields = data['vertex_fields']
     slip[itime,0:ntargets,:] = fields['slip'][indices,:].squeeze()



More information about the CIG-COMMITS mailing list