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

Clean cgal utilities #14097

Merged
merged 1 commit into from Aug 24, 2022
Merged

Conversation

fdrmrc
Copy link
Contributor

@fdrmrc fdrmrc commented Jul 5, 2022

This PR cleans a little the CGAL utilities already available. To minimize code duplication, I added mapped_quadrature( const std::vector<std::array<Point<spacedim>, dim + 1>> &simplices)
that takes a vector of simplices (each one identified by the array of its vertices) and computes a global quadrature rule on the polygon/polyhedron.

Only one test was affected, and it has been modified accordingly.

I'd like to provide a clean interface, before adding the necessary functions for 1D/2D, 1D/3D and 2D/3D coupling, that I have locally

@luca-heltai
Copy link
Member

/rebuild

@luca-heltai
Copy link
Member

LGTM. If nobody objects, I'll merge in a couple of days.

@luca-heltai luca-heltai merged commit bac055f into dealii:master Aug 24, 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
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants