SimplexMesh
SimplexMesh copied to clipboard
Accelerate split and flip
The edge split and flip operations currently are implemented using the "external" access methods (iterators and such) rather than directly manipulating the internal mesh representation. It may be helpful to change this to speed things up slightly.