[cig-commits] r16824 - short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205

brad at geodynamics.org brad at geodynamics.org
Fri May 28 10:09:43 PDT 2010


Author: brad
Date: 2010-05-28 10:09:43 -0700 (Fri, 28 May 2010)
New Revision: 16824

Added:
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4_smooth.jou
Modified:
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/createbc.jou
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4_100m.jou
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4_200m.jou
Log:
Added smoothing for tet4. Uncommented fault group selection.

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/createbc.jou
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/createbc.jou	2010-05-28 15:20:18 UTC (rev 16823)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/createbc.jou	2010-05-28 17:09:43 UTC (rev 16824)
@@ -7,11 +7,10 @@
 # ----------------------------------------------------------------------
 # Create nodeset for fault
 # ----------------------------------------------------------------------
-group "fault" add node with x_min >= -15.001e+3 and x_max <= 15.001e+3 and z_min >= -15.001e+3
-#group "fault" add node in fault_surface
-#group "fault" remove node with x_coord > +15.0001e+3
-#group "fault" remove node with x_coord < -15.0001e+3
-#group "fault" remove node with z_coord < -15.0001e+3
+group "fault" add node in fault_surface
+group "fault" remove node with x_coord > +15.0001e+3
+group "fault" remove node with x_coord < -15.0001e+3
+group "fault" remove node with z_coord < -15.0001e+3
 nodeset 10 group fault
 nodeset 10 name "fault"
 
@@ -78,3 +77,4 @@
 group "off_fault" add node with x_min >= -12.001e+3 and x_max <= 12.001e+3 and z_min >= -7.501e+3 and z_coord = 3.000e+3
 nodeset 25 group off_fault
 nodeset 25 name "off_fault"
+

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4_100m.jou
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4_100m.jou	2010-05-28 15:20:18 UTC (rev 16823)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4_100m.jou	2010-05-28 17:09:43 UTC (rev 16824)
@@ -19,6 +19,11 @@
 mesh volume all
 
 # ----------------------------------------------------------------------
+# Improve element quality.
+# ----------------------------------------------------------------------
+playback 'tet4_smooth.jou'
+
+# ----------------------------------------------------------------------
 # Setup boundary conditions.
 # ----------------------------------------------------------------------
 playback 'createbc.jou'

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4_200m.jou
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4_200m.jou	2010-05-28 15:20:18 UTC (rev 16823)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4_200m.jou	2010-05-28 17:09:43 UTC (rev 16824)
@@ -19,6 +19,11 @@
 mesh volume all
 
 # ----------------------------------------------------------------------
+# Improve element quality.
+# ----------------------------------------------------------------------
+playback 'tet4_smooth.jou'
+
+# ----------------------------------------------------------------------
 # Setup boundary conditions.
 # ----------------------------------------------------------------------
 playback 'createbc.jou'
@@ -31,3 +36,4 @@
 
 
 
+

Added: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4_smooth.jou
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4_smooth.jou	                        (rev 0)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4_smooth.jou	2010-05-28 17:09:43 UTC (rev 16824)
@@ -0,0 +1,7 @@
+# ----------------------------------------------------------------------
+# Smooth the mesh
+# ----------------------------------------------------------------------
+volume all smooth scheme condition number beta 2.0 cpu 10
+smooth volume all
+volume all smooth scheme condition number beta 1.7 cpu 20
+smooth volume all



More information about the CIG-COMMITS mailing list