Jan. 9, 2015
10:13 a.m.
Hi Jan,
On 01/09/2015 10:39 AM, Jan Heczko wrote:
Hi everyone,
is there a tool for mesh quality evaluation in sfepy? I.e. a function that quantifies wether some elements are too distorted.
Not explicitly.
I guess you could use Variable.get_element_diameters() in combination with the cell volumes (in Mapping). The mode argument can be one of: 'edge': longest edge 'volume': volume-based, 'max': max. of previous.
Let me know if you need more details. (And patches welcome ;))
r.