Hi,
I have a problem with using the measure() function for quads in 3D. I am currently using version 9.1.1 and the function seems to check whether the face is planar and if not, it returns nan. The problem is that the tolerance for considering it planar is extremely low (1.e-24), which causes problems. If for example the mesh is read in from a standard .msh file, written by the GridOut class, we cannot expect to get such a precision in the vertices. I saw that in the 9.2 version this is partially fixed by handling the non-planar case by numerical intergration, but the tolerance has remained the same extremely low, which might result in unnecessary computational effort.
I wonder whether the tolerance can be increased to something more reasonable (e.g. 1.e-10) or there is something I am missing that suggests such a low tolerance.
Best regards,
Andreas Kyritsakis