Modified innerProducts so they have defaults, and you have to explicitly ask for the projection matrices.

This commit is contained in:
Rowan Cockett
2013-08-03 13:57:00 -07:00
parent 333b484cfb
commit 9ca9c20731
2 changed files with 70 additions and 94 deletions
+1
View File
@@ -57,6 +57,7 @@ class BasicTensorMeshTests(unittest.TestCase):
t1 = np.all(self.mesh2.edge == test_edge)
self.assertTrue(t1)
class TestCurl(OrderTest):
name = "Curl"