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

Fix elements orderings to use cells volume #39

Closed

Conversation

alexbenedicto
Copy link
Contributor

Linked to issue #35

fix_elements_orderings feature would operate nodes ordering modification on all cells of a mesh that have a specific element type.
But if only half of the cells being of that specific cell type were invalid, all of them would still be reordered.

This PR aims at considering the volume of the cells to be taken into account when considering to reorder or not the nodes of a cell.

@alexbenedicto alexbenedicto self-assigned this Sep 16, 2024
@alexbenedicto alexbenedicto changed the title Origin/feature/fix element ordering issue#35 Origin/feature/fix element ordering Sep 16, 2024
@alexbenedicto alexbenedicto changed the title Origin/feature/fix element ordering Fix elements orderings to use cells volume Sep 16, 2024
@alexbenedicto alexbenedicto deleted the origin/feature/fix_element_ordering_issue#35 branch September 16, 2024 23:03
@alexbenedicto alexbenedicto restored the origin/feature/fix_element_ordering_issue#35 branch September 16, 2024 23:19
@alexbenedicto alexbenedicto deleted the origin/feature/fix_element_ordering_issue#35 branch September 17, 2024 00:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant