From 9db59410644102186f67704cea5a9977bf8e4d8c Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Mon, 25 Nov 2019 19:53:55 +0100 Subject: [PATCH] Relax default tolerance for find_all_active_cells_around_point --- include/deal.II/grid/grid_tools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/grid/grid_tools.h b/include/deal.II/grid/grid_tools.h index fbf76afc53..6d5b276837 100644 --- a/include/deal.II/grid/grid_tools.h +++ b/include/deal.II/grid/grid_tools.h @@ -1348,7 +1348,7 @@ namespace GridTools const Mapping & mapping, const MeshType &mesh, const Point & p, - const double tolerance = 1e-12, + const double tolerance = 1e-10, const std::vector & marked_vertices = {}); /** -- 2.39.5