-
Notifications
You must be signed in to change notification settings - Fork 1.5k
GSoC 2025: Hexahedral Mesh Generation #9045
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
base: main
Are you sure you want to change the base?
GSoC 2025: Hexahedral Mesh Generation #9045
Conversation
Working example for 1/2 template substitution
* Detection of "sandwiched" volumes (that share only a edge with the plane) * Related: Traversal takes into account problematic 1/2 templates faces * Repair impossible markings (wip)
* 3 templates outside of iteration plane are not refined * Issue: I think 3 templates should be allowed outside of the plane, since we check for 3 templates validity only inside the plane * Solution: Either a propagation issue ( keep older 1/2 templates propageable ) or else its a non issue and properly detect the 3 templates outside the plane.
* WIP Expansion of initial identified set, for additional level of refinement * WIP Creation of new iteration plane for the next level. => Uses Union_find, to create connected components, for the algorithm to avoid iterating outside of the current level context ( Local rebase of 5 commits )
|
/force-build:v0 |
|
There was an error while building the doc: |
|
/force-build:v0 |
|
There was an error while building the doc: |
|
/force-build:v0 |
|
The documentation is built. It will be available, after a few minutes, here: https://cgal.github.io/9045/v0/Manual/index.html |
|
/force-build:v0 |
|
The documentation is built. It will be available, after a few minutes, here: https://cgal.github.io/9045/v0/Manual/index.html |
|
/force-build:v0 |
|
There was an error while building the doc: |
|
/force-build:v0 |
|
The documentation is built. It will be available, after a few minutes, here: https://cgal.github.io/9045/v0/Manual/index.html |
Soichiro Yamazaki's GSoC 2025 Submission
Mentor: Guillaume Damiand
Implementation of the paper Owen et al. 2017
Release Management
TODO