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

Improve post-processing #129

Closed fdrmrc closed 2 months ago

fdrmrc commented 2 months ago

~To be merged after #128. Only commits from https://github.com/fdrmrc/Polydeal/pull/129/commits/9a423d2165c0b8d7fda1583d4cbb6c8412fe4e69 onwards are relevant.~ This PR provides utilities PolyUtils::interpolate_to_fine_grid() and PolyUtils::compute_global_error() to interpolate on-the-fly finite element fields defined on possibly distributed agglomerated meshes and compute errors respectively.

fdrmrc commented 2 months ago

Failure is related to an assert upstream which should not be triggered.

fdrmrc commented 2 months ago

Failure is related to an assert upstream which should not be triggered.

The failing test will be fixed in #134