EdgeInnerProducts now working for LOM

Fixed DiffOps bug in CURL

Fixed bug in OrderTest --> must remember to do cumSum, and not just supply dx to ndgrid

test_massMatrices now tests uniformLOM
This commit is contained in:
Rowan Cockett
2013-08-03 16:39:34 -07:00
parent cc66eaf9fd
commit 26b334585f
5 changed files with 57 additions and 8 deletions
+2
View File
@@ -32,6 +32,8 @@ from OrderTest import OrderTest
class TestInnerProducts(OrderTest):
"""Integrate an function over a unit cube domain using edgeInnerProducts and faceInnerProducts."""
meshType = 'uniformLOM'
def getError(self):
call = lambda fun, xyz: fun(xyz[:, 0], xyz[:, 1], xyz[:, 2])