fdrmrc / Polydeal

C++ implementation of Polygonal Discontinuous Galerkin method within the deal.II Finite Element library.
https://fdrmrc.github.io/Polydeal/
Other
0 stars 0 forks source link

Provide geometrical metrics for polygons #52

Closed fdrmrc closed 8 months ago

fdrmrc commented 11 months ago

This paper https://arxiv.org/abs/1906.01627 provides interesting quality metrics for polygons. We should really compute some of them to assess the goodness of the implementation. In particular, I am planning to compute uniformity factor and _circleratio for a general 2D polygon.