sblauth / cashocs

computational adjoint-based shape optimization and optimal control software for python
https://cashocs.readthedocs.io/
GNU General Public License v3.0
53 stars 10 forks source link

[Development] Change 3D mesh quality constraints to solid angle from dihedral angle #455

Closed sblauth closed 4 months ago

sblauth commented 4 months ago

In 3D, the dihedral angle of a tetrahedron is NOT a mesh quality measure. Instead, the related solid angle of a tet is. The code should change so that the solid angle is used instead.

Also, one should specify the threshold level in terms of radians instead of degree.