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

Change dihedral to solid angle for mesh quality constraints #456

Closed sblauth closed 4 months ago

sblauth commented 4 months ago

This PR changes the tetrahedral mesh quality measure to the solid angle instead of the previously used dihedral angle (which is not a quality measure). Also changes the min_angle config parameter to radian / steradian from degree and some undefined mixture. This is now consistent between 2D / 3D.

Closes #455