Hanging faces edges and node connectivity

This commit is contained in:
Rowan Cockett
2015-11-06 11:22:28 -08:00
parent e2e2fcec03
commit 337383f8ab
2 changed files with 574 additions and 67 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ class TestSimpleQuadTree(unittest.TestCase):
T._refineCell([2,2,2])
T.number()
# T.plotGrid(showIt=True)
T.plotGrid(showIt=True)
assert sorted(T._treeInds) == [2, 34, 66, 99, 107, 115, 123, 129, 257, 386, 418, 450, 482]
assert len(T._hangingFacesX) == 7
assert T.nFx == 18