-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vertex coordinate order changed after cull #602
Comments
@xylar I shared a minimal reproducible code at: https://gist.github.com/changliao1025/939376071ead9dfc89ccc0ce27b04ed9 |
@changliao1025, thanks for reporting this problem. Sorry that it's happening! Just to be sure I understand, is the base mesh before or after it has gone through the mesh converter? (After, I assume, so we can eliminate that that is responsible?) |
The base mesh was produced using the mesh converter, so it is not the JIGSAW triangular. |
After the cull operation, some mesh cell vertex coordinates are switched in order, which creates invalid polygons.
Examples: using both the base and culled mesh, we can plot the mesh cell using the same cell center location:
and
The test mesh files are stored at:
/compyfs/liao313/mpas/out
The text was updated successfully, but these errors were encountered: