fdrmrc / Polydeal

C++ implementation of Polygonal Discontinuous Galerkin method within the deal.II Finite Element library.
https://fdrmrc.github.io/Polydeal/
Other
0 stars 0 forks source link

Avoid one loop over locally owned cells #121

Closed fdrmrc closed 4 months ago

fdrmrc commented 4 months ago

As the title says. When we insert/define a new agglomerate, we can already flag the cell that identifies the patch (called master cell), as well as the other cells (the "slaves").

fdrmrc commented 4 months ago

Tests are ok, I'll merge