[cig-commits] r19898 - short/3D/PyLith/benchmarks/trunk/static/performance/solvertest

brad at geodynamics.org brad at geodynamics.org
Wed Mar 28 17:29:26 PDT 2012


Author: brad
Date: 2012-03-28 17:29:25 -0700 (Wed, 28 Mar 2012)
New Revision: 19898

Modified:
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4_scaling.jou
Log:
Adjusted resolution of tet4 meshes to match number of nodes in hex8 meshes.

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4_scaling.jou
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4_scaling.jou	2012-03-28 23:49:56 UTC (rev 19897)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4_scaling.jou	2012-03-29 00:29:25 UTC (rev 19898)
@@ -20,11 +20,11 @@
 
 # ----------------------------------------------------------------------
 # Loop to create meshes for scaling benchmark.
-#{dx0=1500.0*m}
+#{dx0=1.163*1500.0*m}
 #{iloop=0}
-#{Loop(6)}
+#{Loop(8)}
   #{if(iloop==0)}
-    #{dx=1520.0*m}
+    #{dx=1.163*1500.0*m}
   #{else}
     #{dx=dx0/(2.0**iloop)**(1.0/3.0)}
   #{endif}
@@ -66,3 +66,4 @@
 
 
 
+



More information about the CIG-COMMITS mailing list