the gmsh grid object now instantiates its own KDTree
This commit is contained in:
parent
967170d765
commit
e9fb1eab03
@ -45,6 +45,7 @@ class gmsh_grid(grid):
|
||||
|
||||
|
||||
grid.__init__(self)
|
||||
self.tree = KDTree(self.verts)
|
||||
gmsh_file.readline() # $EndNodes
|
||||
gmsh_file.readline() # $Elements
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user