[cig-commits] r22374 - short/3D/PyLith/branches/v1.7-trunk/examples/meshing/surface_nurbs/subduction

willic3 at geodynamics.org willic3 at geodynamics.org
Tue Jun 18 23:46:57 PDT 2013


Author: willic3
Date: 2013-06-18 23:46:57 -0700 (Tue, 18 Jun 2013)
New Revision: 22374

Modified:
   short/3D/PyLith/branches/v1.7-trunk/examples/meshing/surface_nurbs/subduction/mesh_tet4.jou
Log:
Added more smoothing.
It doesn't really take that long to run compared to everything else.



Modified: short/3D/PyLith/branches/v1.7-trunk/examples/meshing/surface_nurbs/subduction/mesh_tet4.jou
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/examples/meshing/surface_nurbs/subduction/mesh_tet4.jou	2013-06-19 06:36:36 UTC (rev 22373)
+++ short/3D/PyLith/branches/v1.7-trunk/examples/meshing/surface_nurbs/subduction/mesh_tet4.jou	2013-06-19 06:46:57 UTC (rev 22374)
@@ -39,12 +39,12 @@
 # ----------------------------------------------------------------------
 # Smooth mesh to imporve quality.
 # ----------------------------------------------------------------------
-#{condnum=2.0}
-#{loop(4)}
+#{condnum=6.4}
+#{loop(22)}
 cleanup volume all
 volume all smooth scheme condition number beta {condnum} cpu 2
 smooth volume all
-#{condnum=condnum-0.1}
+#{condnum=condnum-0.2}
 #{endloop}
 #
 # ----------------------------------------------------------------------
@@ -61,3 +61,4 @@
 
 # End of file
 
+



More information about the CIG-COMMITS mailing list