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
+3 -3
View File
@@ -168,9 +168,9 @@ class DiffOperators(object):
def fget(self):
if(self._edgeCurl is None):
# The number of cell centers in each direction
n1 = np.size(self.hx)
n2 = np.size(self.hy)
n3 = np.size(self.hz)
n1 = self.nCx
n2 = self.nCy
n3 = self.nCy
# Compute lengths of cell edges
L = self.edge