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

Improve mesh with many markers #2189

Open
2 tasks
vincentchabannes opened this issue Nov 22, 2023 · 0 comments
Open
2 tasks

Improve mesh with many markers #2189

vincentchabannes opened this issue Nov 22, 2023 · 0 comments

Comments

@vincentchabannes
Copy link
Member

Bottleneck identified

  • Mesh::removeMarkerNameWithoutEntity : algorithm complexity very bad, should be rewritten. This method is used by default with createSubmesh(...).
  • Exporter and parts definition: Currently, the parts corresponds to each unique markers. In the case of large number of part, writing time increase and also visualization with ParaView can be impracticable. We need to add a user control of the parts definitions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

1 participant