I would like to use pygalmesh (a Python frontend to CGALs mesh generation capabilities) to perform boolean operations on a custom domain. The website gives an example for defining custom domains by using custom level set functions here (another one can be found here).
What I need is a function to generate a domain from a list of vertices and respective edges.
Any hints/ideas are appreciated.
Thanks