Updates to inheritance and faster innerproducts on treemesh.

This commit is contained in:
Rowan Cockett
2015-11-18 12:57:15 -08:00
parent c1b5f45ac7
commit 033a64d53f
5 changed files with 36 additions and 174 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ class TestCurl(Tests.OrderTest):
class TestTreeInnerProducts(Tests.OrderTest):
"""Integrate an function over a unit cube domain using edgeInnerProducts and faceInnerProducts."""
meshTypes = ['uniformTree'] #['uniformTensorMesh', 'uniformCurv', 'rotateCurv']
meshTypes = ['uniformTree', 'notatreeTree'] #['uniformTensorMesh', 'uniformCurv', 'rotateCurv']
meshDimension = 3
meshSizes = [4, 8]