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

Lazy evaluation when computing h_orth #60

Closed fdrmrc closed 11 months ago

fdrmrc commented 11 months ago

This PR improves the computation of "h orthogonal" in the following ways:

The utility has been templatized on the Kernel type, which defaults to an exact one.