Maximum vertices in unstructured mesh
Added by Brendan DeTracey almost 4 years ago
What is the maximum number of vertices allowed in an unstructured mesh? I am contemplating abusing CDO remapping to calculate the areal averaged mean of a polygon with many vertices. My idea is to create an unstructured grid with a single cell that is my polygon. I can then generate the weights for a conservative remap from the gridded data to my polygon. Magic! But only if I can define an unstructured mesh with a single cell with 1500 vertices...
Replies (2)
RE: Maximum vertices in unstructured mesh - Added by Uwe Schulzweida almost 4 years ago
Hi Brendan,
The number of vertices is not limited!
Cheers,
Uwe
RE: Maximum vertices in unstructured mesh - Added by Brendan DeTracey almost 4 years ago
Thanks Uwe. I shall continue my cdo abuse!