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

Provide IndexSet to DynamicSparsityPattern #111

Closed fdrmrc closed 6 months ago

fdrmrc commented 7 months ago

As noted upstream, without the index set the memory requirement in parallel is again O(n_dofs) instead of O(n_locally_owned_dofs).

fdrmrc commented 6 months ago

Tests are passing, so I'm merging.