t8code icon indicating copy to clipboard operation
t8code copied to clipboard

t8_cmesh_no_negative_volume does not work with axis-aligned geometries

Open Davknapp opened this issue 2 years ago • 0 comments

The volume check directly gets the tree-vertices (which are only two), yet uses num_tree_corners vertices for the check and memory-errors can occur. To fix this update the check to work with axis-aligned geometries.

Davknapp avatar Sep 15 '23 07:09 Davknapp