You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The find_intersection() function in mesh_triangle_holes.C contains a number of floating-point comparisons without tolerance. The function is used by MOOSE's XYDelaunayGenerator through libMesh::TriangulatorInterface::Hole::find_ray_intersections() to verify the holes/boundary geometry. And these floating-point comparisons without tolerance sometimes cause "false positive error" in such verification.
The text was updated successfully, but these errors were encountered:
miaoyinb
added a commit
to miaoyinb/libmesh
that referenced
this issue
Mar 15, 2023
The
find_intersection()
function inmesh_triangle_holes.C
contains a number of floating-point comparisons without tolerance. The function is used by MOOSE'sXYDelaunayGenerator
throughlibMesh::TriangulatorInterface::Hole::find_ray_intersections()
to verify the holes/boundary geometry. And these floating-point comparisons without tolerance sometimes cause "false positive error" in such verification.The text was updated successfully, but these errors were encountered: