Andrew Taber

Results 5 comments of Andrew Taber

As a novice user of this package, I can see why `prepare_for_use` isn't called automatically, but I did lose a couple hours tracking down the errors. I'm fine with either...

I think a callback interface, as you suggest, would be great. How would that work? Would such a 'quadrature' function have access to data living in Python, or would it...

We use it in production at http://intact.design/ in the simulation results page. The experience has been 💯 🎉

I'm also noticing a serious hit to performance in the use-case that @csv610 describes (one mesh with O(200K-500K) facets intersected with O(100k) cubes, so the intersections are unlikely to be...

Sorry I wasn't clear: I'm doing O(100K) _different_ intersect operations, and I need the mesh for each of those separate intersections. Yep, I'll start profiling the code and get back...