Hi everyone,
I am trying to get the maximum, minimum, and average element size in a 3D mesh. I found there is a command hTriangle that can check the mesh size of a 2D mesh. I want to ask if there is any way to get the size for a 3D mesh?
Thank you in advance!
yes hTriangle do the same in 3d , on meshS and MeshL
Thank you for the answer! Is there a way to directly check the mesh size for a 3D volume mesh in freefem?
No but you can write meshsize.edp (162 Bytes)
Thank you! I will try it.