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

CGAL C3T3 to deal.II Triangulation. #13735

Merged
merged 2 commits into from May 19, 2022

Conversation

luca-heltai
Copy link
Member

image

Added utility to transform c3t3 to deal.II Triangulation. Feature indices of the CGAL Triangulation are stored in manifold ids.

cgal_cell != cgal_triangulation.cells_in_complex_end();
++cgal_cell)
{
CellData<3> cell(4);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we use ReferenceCell::n_vertices() here and below? Even if this only works with tets I would prefer not to hardcode these values.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@drwells, done. 👍

@drwells drwells merged commit e92b7c6 into dealii:master May 19, 2022
CGAL Support automation moved this from In progress to Done May 19, 2022
mkghadban pushed a commit to OpenFCST/dealii that referenced this pull request Sep 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

None yet

3 participants