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

brad at geodynamics.org brad at geodynamics.org
Fri Nov 9 11:55:55 PST 2007


Author: brad
Date: 2007-11-09 11:55:54 -0800 (Fri, 09 Nov 2007)
New Revision: 8257

Modified:
   short/3D/PyLith/trunk/pylith/feassemble/FIATSimplex.py
Log:
Reduced default quadrature order to something more appropriate for simplex cells (order matches degree).

Modified: short/3D/PyLith/trunk/pylith/feassemble/FIATSimplex.py
===================================================================
--- short/3D/PyLith/trunk/pylith/feassemble/FIATSimplex.py	2007-11-09 16:04:14 UTC (rev 8256)
+++ short/3D/PyLith/trunk/pylith/feassemble/FIATSimplex.py	2007-11-09 19:55:54 UTC (rev 8257)
@@ -150,7 +150,7 @@
     self.degree = self.inventory.degree
     self.order = self.inventory.order
     if self.order == -1:
-      self.order = 2*self.degree+1    
+      self.order = self.degree
     return
 
 



More information about the cig-commits mailing list