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

brad at geodynamics.org brad at geodynamics.org
Wed Sep 28 15:23:21 PDT 2011


Author: brad
Date: 2011-09-28 15:23:21 -0700 (Wed, 28 Sep 2011)
New Revision: 18983

Modified:
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4.cfg
Log:
Increase quadrature order for fault.

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4.cfg	2011-09-28 20:41:26 UTC (rev 18982)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4.cfg	2011-09-28 22:23:21 UTC (rev 18983)
@@ -24,14 +24,17 @@
 [pylithapp.timedependent.interfaces.fault_middle]
 quadrature.cell = pylith.feassemble.FIATSimplex
 quadrature.cell.shape = triangle
+quadrature.cell.quad_order = 2
 
 [pylithapp.timedependent.interfaces.fault_xpos]
 quadrature.cell = pylith.feassemble.FIATSimplex
 quadrature.cell.shape = triangle
+quadrature.cell.quad_order = 2
 
 [pylithapp.timedependent.interfaces.fault_xneg]
 quadrature.cell = pylith.feassemble.FIATSimplex
 quadrature.cell.shape = triangle
+quadrature.cell.quad_order = 2
 
 # ----------------------------------------------------------------------
 # output



More information about the CIG-COMMITS mailing list