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

brad at geodynamics.org brad at geodynamics.org
Wed May 16 08:27:02 PDT 2012


Author: brad
Date: 2012-05-16 08:27:02 -0700 (Wed, 16 May 2012)
New Revision: 20144

Modified:
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8_scaling.jou
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/setbc.jou
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4_scaling.jou
Log:
Added nodeset for minimal Dirichlet BC.

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8_scaling.jou
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8_scaling.jou	2012-05-16 03:50:35 UTC (rev 20143)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/hex8_scaling.jou	2012-05-16 15:27:02 UTC (rev 20144)
@@ -23,11 +23,11 @@
 
 # ----------------------------------------------------------------------
 # Loop to create meshes for scaling benchmark.
-#{dx0=1500.0*m}
+#{dx0=2000.0*m}
 #{iloop=0}
 #{Loop(6)}
   #{if(iloop==0)}
-    #{dx=1520.0*m}
+    #{dx=2033.0*m}
   #{else}
     #{dx=dx0/(2.0**iloop)**(1.0/3.0)}
   #{endif}

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/setbc.jou
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/setbc.jou	2012-05-16 03:50:35 UTC (rev 20143)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/setbc.jou	2012-05-16 15:27:02 UTC (rev 20144)
@@ -82,5 +82,17 @@
 nodeset 102 group fault_xneg
 nodeset 102 name "fault_xneg"
 
+# ----------------------------------------------------------------------
+# Create nodesets for bottom corners
+# ----------------------------------------------------------------------
+group "vertices_xneg" add node in vertex 7 8
+nodeset 20 group vertices_xneg
+nodeset 20 name "vertices_xneg"
 
-# End of file
\ No newline at end of file
+group "vertices_xpos" add node in vertex 5 6
+nodeset 21 group vertices_xpos
+nodeset 21 name "vertices_xpos"
+
+
+# End of file
+

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4_scaling.jou
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4_scaling.jou	2012-05-16 03:50:35 UTC (rev 20143)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4_scaling.jou	2012-05-16 15:27:02 UTC (rev 20144)
@@ -20,11 +20,11 @@
 
 # ----------------------------------------------------------------------
 # Loop to create meshes for scaling benchmark.
-#{dx0=1.163*1500.0*m}
+#{dx0=1.163*2000.0*m}
 #{iloop=0}
 #{Loop(6)}
   #{if(iloop==0)}
-    #{dx=1.163*1500.0*m}
+    #{dx=1.163*2000.0*m}
   #{else}
     #{dx=dx0/(2.0**iloop)**(1.0/3.0)}
   #{endif}



More information about the CIG-COMMITS mailing list