Skip to content

Fix precision issue when determining if point is in box

Sebastian Ohlmann requested to merge fix_mesh_precision_issue_new into develop

Description

Use DELTA also in mesh_init for checking if a point is inside or outside the mesh. This is done to make it the same as in the simulation box function to avoid corner cases that lead to assertions being triggered.

News snippet

Fix precision issue when determining if point is in box

Checklist

Merge request reports