wrote the method that returns grid objects based on connectivity
I'm going to hurry and clean up this method, but for now it is verbose, and uses sets. i'm going to just check it in for future reference
This commit is contained in:
+2
-1
@@ -17,5 +17,6 @@ if __name__ == '__main__':
|
||||
|
||||
g = simple_rect_grid(resolution, resolution)
|
||||
print g
|
||||
print g.get_points_conn([0.4, 0])
|
||||
X = [0.4, 0.001]
|
||||
print g.get_points_conn(X)
|
||||
open(qfile, 'w').write(g.for_qhull())
|
||||
|
||||
Reference in New Issue
Block a user