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

Allow DGP elements #127

Closed fdrmrc closed 2 months ago

fdrmrc commented 3 months ago

So far, some asserts prevent the usage of DGP elements. They should be allowed as well, since they are also present in the literature.

fdrmrc commented 2 months ago

Solved in #128, I'm closing.