From 9d41443da1975f5c0ae8fe55c86558863b2e4fa5 Mon Sep 17 00:00:00 2001 From: Giovanni Alzetta Date: Wed, 13 Feb 2019 09:30:53 +0100 Subject: [PATCH] Adding cell_hint to GridTools::compute_point_locations documentation --- include/deal.II/grid/grid_tools.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/deal.II/grid/grid_tools.h b/include/deal.II/grid/grid_tools.h index 3a89f434b7..420ec05376 100644 --- a/include/deal.II/grid/grid_tools.h +++ b/include/deal.II/grid/grid_tools.h @@ -698,6 +698,8 @@ namespace GridTools * * @param[in] cache The triangulation's GridTools::Cache . * @param[in] points The point's vector. + * @param[in] cell_hint (optional) A cell iterator for a cell which likely + * contains the first point of @p points. * * @return A tuple containing the following information: * - Cells, is a vector of a vector cells of the all cells -- 2.39.5