Skip to content

3D ELVIRA MIR Speedup #1548

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

Draft
wants to merge 78 commits into
base: develop
Choose a base branch
from

Conversation

BradWhitlock
Copy link
Member

@BradWhitlock BradWhitlock commented Apr 11, 2025

This PR speeds up 3D ELVIRA MIR by substituting a new ExtractZonesAndMatsetPolyhedral class for ExtractZonesAndMatset when doing 3D ELVIRA. These classes are used when we extract clean zones. By making a polyhedral topology upfront, we use assumptions about the 3D structured input mesh to construct unique faces. This enables mesh merging to skip more costly operations to convert the clean zones to polyhedral.

  • This work is on a branch that derives from the existing 3D ELVIRA work. When that is merged, this PR will look a lot smaller since only a few files were changed.

image

…nhanced Polyhedra so it is easier to get faces. Added more clip routines for polyhedra.
…ot providing good results for one of its datasets.
…inally, I change the serial algorithm so it better matches the base algorithm.
…l out selected zones from structured mesh as PH zones.
@BradWhitlock BradWhitlock marked this pull request as draft April 11, 2025 00:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant