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

Classical MPI DG example: use `global_active_cell_index()` #92

Closed fdrmrc closed 8 months ago

fdrmrc commented 8 months ago

global_active_cell_index() gives the global unique index of a cell which is not artificial. This PR adds this to the classical MPI-parallel DG example.

fdrmrc commented 8 months ago

Convergence rates for different degrees have been tested, hence I'm merging.