Closed fdrmrc closed 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().
BoundingBox::real_to_unit()
Depends on #63, only deb9a81 is relevant
Superseded by #66
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