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

Use new interface to agglomerate elements. #117

Closed fdrmrc closed 3 months ago

fdrmrc commented 6 months ago

After #106, a new and more compact way to agglomerate elements is available. We should be consistent and use it everywhere.

The class CellsAgglomerator should be used. Moreover, it allows extracting the polytopal hierarchy in user codes.

fdrmrc commented 3 months ago

Closing. Examples and latest apps are now exploiting this.