Contributor
Théo Bénard

Hexahedral mesh generation


Mentors
Guillaume Damiand
Organization
CGAL Project
Technologies
c++, cmake, QT/GLFW
Topics
geometry, mesh generation, Hexahedral Two-Refinement
The goal of this project is to implement the method of the paper "A template-based approach for parallel hexahedral two-refinement", Steven J. Owen, Ryan M. Shih, Corey D. Ernst; in CGAL. This method allows to generate a locally refined hexahedral mesh, starting from a coarse grid, and using different templates for refinement. It will be implemented using a 3D linear cell complex as underlying data-structure. To implement the different templates, we can use the volumic Query-replace operation.