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

Extend parallel example to simplices #138

Closed fdrmrc closed 2 months ago

fdrmrc commented 2 months ago

As per the title, this PR merely extends an example program to work in parallel also on simplices. Changes are quite minimal and amount to a bunch of #ifdef directives. Part of #131