commented out the connectivity construction
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ class TestSequenceFunctions(unittest.TestCase):
|
|||||||
self.X = [0.55, 0.45]
|
self.X = [0.55, 0.45]
|
||||||
|
|
||||||
self.g = grid(self.verts, self.q)
|
self.g = grid(self.verts, self.q)
|
||||||
self.g.construct_connectivity()
|
# self.g.construct_connectivity()
|
||||||
self.R = self.g.create_mesh(range(3))
|
self.R = self.g.create_mesh(range(3))
|
||||||
|
|
||||||
self.exact = exact_func(self.X)
|
self.exact = exact_func(self.X)
|
||||||
|
|||||||
Reference in New Issue
Block a user