Skip to content
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

Wrong vertex classification on partitioned mesh reading a gmsh generated mesh #120

Open
zhangchonglin opened this issue Mar 25, 2024 · 0 comments
Labels
help wanted Extra attention is needed partitioning

Comments

@zhangchonglin
Copy link
Contributor

This is a summary of issue #418 as it is more appropriate here.

For a simple partitioned mesh: rectangular domain with 4 mesh parts, the vertex classification on some mesh parts are incorrect. Below is a mesh part with wrong vertex classification.

  • All non-boundary vertices in this mesh part are inside the domain, so they should be classified on the model face. This corresponds to a class_dim of 2.
  • But in the figure, many of the vertices have class_id=0.
    Flatplate_vertex_class_dim_nparts=4

It is confirmed that:

  • When using full full buffer and safe methods, the classification looks fine.
  • When using full bfs buffer and safe methods, the classification looks fine.
  • Only when using bfs bfs buffer and safe methods, the classification does not look correct for some PICparts (the classification for top PICpart is fine, but is incorrect for bottom PICpart).
    2D_flatplate_nparts=4_class_dim
@zhangchonglin zhangchonglin added help wanted Extra attention is needed partitioning labels Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed partitioning
Projects
None yet
Development

No branches or pull requests

1 participant