[cig-commits] r20737 - short/3D/PyLith/benchmarks/trunk/dynamic/performance/halfspace_strikeslip

brad at geodynamics.org brad at geodynamics.org
Wed Sep 19 11:49:23 PDT 2012


Author: brad
Date: 2012-09-19 11:49:22 -0700 (Wed, 19 Sep 2012)
New Revision: 20737

Modified:
   short/3D/PyLith/benchmarks/trunk/dynamic/performance/halfspace_strikeslip/tet4.cfg
Log:
Remove setting quadrature order (not needed).

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/performance/halfspace_strikeslip/tet4.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/performance/halfspace_strikeslip/tet4.cfg	2012-09-19 18:47:12 UTC (rev 20736)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/performance/halfspace_strikeslip/tet4.cfg	2012-09-19 18:49:22 UTC (rev 20737)
@@ -13,7 +13,8 @@
 formulation = pylith.problems.ExplicitLumpedTet4
 
 [pylithapp.timedependent.formulation.time_step]
-dt = 0.05*s
+#dt = 0.0588*s
+dt = 0.049*s ; (edge length criterion)
 
 # ----------------------------------------------------------------------
 # materials
@@ -21,7 +22,6 @@
 [pylithapp.timedependent.materials.elastic]
 quadrature.cell = pylith.feassemble.FIATSimplex
 quadrature.cell.dimension = 3
-quadrature.cell.quad_order = 2
 
 # ----------------------------------------------------------------------
 # boundary conditions
@@ -30,31 +30,26 @@
 label = surf_xpos
 quadrature.cell = pylith.feassemble.FIATSimplex
 quadrature.cell.dimension = 2
-quadrature.cell.quad_order = 2
 
 [pylithapp.timedependent.bc.x_neg]
 label = surf_xneg
 quadrature.cell = pylith.feassemble.FIATSimplex
 quadrature.cell.dimension = 2
-quadrature.cell.quad_order = 2
 
 [pylithapp.timedependent.bc.y_pos]
 label = surf_ypos
 quadrature.cell = pylith.feassemble.FIATSimplex
 quadrature.cell.dimension = 2
-quadrature.cell.quad_order = 2
 
 [pylithapp.timedependent.bc.y_neg]
 label = surf_yneg
 quadrature.cell = pylith.feassemble.FIATSimplex
 quadrature.cell.dimension = 2
-quadrature.cell.quad_order = 2
 
 [pylithapp.timedependent.bc.z_neg]
 label = surf_zneg
 quadrature.cell = pylith.feassemble.FIATSimplex
 quadrature.cell.dimension = 2
-quadrature.cell.quad_order = 2
 
 # ----------------------------------------------------------------------
 # faults
@@ -63,7 +58,6 @@
 label = fault
 quadrature.cell = pylith.feassemble.FIATSimplex
 quadrature.cell.dimension = 2
-quadrature.cell.quad_order = 2
 
 # ----------------------------------------------------------------------
 # output



More information about the CIG-COMMITS mailing list