[cig-commits] r6497 - short/3D/PyLith/trunk/pylith/feassemble

brad at geodynamics.org brad at geodynamics.org
Sat Mar 31 16:57:42 PDT 2007


Author: brad
Date: 2007-03-31 16:57:42 -0700 (Sat, 31 Mar 2007)
New Revision: 6497

Modified:
   short/3D/PyLith/trunk/pylith/feassemble/FIATSimplex.py
Log:
Fixed default quadrature order.

Modified: short/3D/PyLith/trunk/pylith/feassemble/FIATSimplex.py
===================================================================
--- short/3D/PyLith/trunk/pylith/feassemble/FIATSimplex.py	2007-03-31 23:54:27 UTC (rev 6496)
+++ short/3D/PyLith/trunk/pylith/feassemble/FIATSimplex.py	2007-03-31 23:57:42 UTC (rev 6497)
@@ -66,7 +66,7 @@
     degree = pyre.inventory.int("degree", default=1)
     degree.meta['tip'] = "Degree of finite-element cell."
 
-    order = pyre.inventory.int("quad_order", default=1)
+    order = pyre.inventory.int("quad_order", default=3)
     order.meta['tip'] = "Order of quadrature rule."
     
 



More information about the cig-commits mailing list