Nico Schlömer

Results 524 comments of Nico Schlömer

1. It's slow, really? On all meshes I've seen it only takes a tiny fraction of the run time. Note that only very few edges are actually flipped, and checking...

> relative Relative to the cost of the rest of the algorithm, yes. And I think edge flips are a lot cheaper than the movement of the points. At least...

A good idea, but you'll have to dive into C++ to implement it indeed. I'd love to elevate more code to the Python level, but the problem is that the...

Just give it a shot, I'll review all PRs. Best start out with one operator, like `+`. If given two domains, it should `Union`, if given a domain and a...

Domain combinations are only for domains which are explicitly specified, not implicitly by a numpy array. If you have the domain data as arrays, and they have the same shape,...

Thanks for the report. You'll have to set ``` max_edge_size_at_feature_edges=0.4 ``` Fixing this is too hard without better criteria setting in CGAL, see https://github.com/CGAL/cgal/issues/5044.

Probably similar to https://github.com/nschloe/pygalmesh/issues/48. If I cannot reproduce the issue, there's nothing I can do right now.