Replies: 1 comment
-
Not sure what you mean by "periodic partitioning", but as I understand, you want to select the coordinates along which the Delaunay triangulation is periodic ? It is not possible for the moment, and probably requires to dig quite deep in the implementation. An alternative way of doing that is copying and translating the pointset along the coordinate directions that you want to make periodic. It is not completely satisfactory as it will require 9x the amount of RAM if you make it periodic along two different axes, but it will give the correct result if you take the Voronoi cells of the central zone. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, Bruno,
I want to know how to make a periodic partitioning in one or two coordinate directions?
Beta Was this translation helpful? Give feedback.
All reactions