[cig-commits] r17892 - short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14

brad at geodynamics.org brad at geodynamics.org
Thu Feb 17 12:01:54 PST 2011


Author: brad
Date: 2011-02-17 12:01:54 -0800 (Thu, 17 Feb 2011)
New Revision: 17892

Modified:
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/tet4_200m.jou
Log:
Use cleanup to improve element quality.

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/tet4_200m.jou
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/tet4_200m.jou	2011-02-17 17:40:37 UTC (rev 17891)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/tet4_200m.jou	2011-02-17 20:01:54 UTC (rev 17892)
@@ -34,10 +34,13 @@
 # ----------------------------------------------------------------------
 # Smooth mesh to improve quality
 # ----------------------------------------------------------------------
-volume all smooth scheme condition number beta 2.0 cpu 10
+#{condnum=2.0}
+#{loop(5)}
+cleanup volume all
+volume all smooth scheme condition number beta {condnum} cpu 10
 smooth volume all
-volume all smooth scheme condition number beta 1.9 cpu 10
-smooth volume all
+#{condnum=condnum-0.1}
+#{endloop}
 
 # ----------------------------------------------------------------------
 # Setup boundary conditions.
@@ -49,3 +52,4 @@
 # ----------------------------------------------------------------------
 export mesh "tet4_200m.exo" dimension 3 overwrite
 
+



More information about the CIG-COMMITS mailing list