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