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

Avoid real_to_unit from MappingFEField #64

Closed fdrmrc closed 11 months ago

fdrmrc commented 11 months ago

MappingFE is not really necessary if we just want to map points back in reference space. This PR employes the already constructed bounding box and calls BoundingBox::real_to_unit().

Depends on #63, only deb9a81 is relevant

fdrmrc commented 11 months ago

Superseded by #66