From f7ffb371ea5088492976820630ea46896c00fab1 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Mon, 29 Mar 2021 12:08:36 -0400 Subject: [PATCH] Fix typo in GridTools::collect_periodic_faces --- include/deal.II/grid/grid_tools.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/grid/grid_tools.h b/include/deal.II/grid/grid_tools.h index 970819d4d9..ec479f9957 100644 --- a/include/deal.II/grid/grid_tools.h +++ b/include/deal.II/grid/grid_tools.h @@ -2796,9 +2796,9 @@ namespace GridTools * * Instead of defining a 'first' and 'second' boundary with the help of two * boundary_ids this function defines a 'left' boundary as all faces with - * local face index 2*dimension and boundary indicator @p b_id + * local face index 2*direction and boundary indicator @p b_id * and, similarly, a 'right' boundary consisting of all face with local face - * index 2*dimension+1 and boundary indicator @p b_id. Faces + * index 2*direction+1 and boundary indicator @p b_id. Faces * with coordinates only differing in the @p direction component are * identified. * -- 2.39.5