TetrahedralMesh::getVolume() throws negative-volume warning on valid elements.
The if (det < 0)
should be changed to if (det > 0)
otherwise it throws negative-volume warning on valid elements.
The if (det < 0)
should be changed to if (det > 0)
otherwise it throws negative-volume warning on valid elements.