]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Relax default tolerance for find_all_active_cells_around_point
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Mon, 25 Nov 2019 18:53:55 +0000 (19:53 +0100)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Mon, 25 Nov 2019 18:53:55 +0000 (19:53 +0100)
include/deal.II/grid/grid_tools.h

index fbf76afc53b356a388d21532df3d9e179f08d0f4..6d5b276837d6eb635f26d20fbf40d48cd118db8d 100644 (file)
@@ -1348,7 +1348,7 @@ namespace GridTools
     const Mapping<dim, spacedim> & mapping,
     const MeshType<dim, spacedim> &mesh,
     const Point<spacedim> &        p,
-    const double                   tolerance       = 1e-12,
+    const double                   tolerance       = 1e-10,
     const std::vector<bool> &      marked_vertices = {});
 
   /**

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.