From 4e2097b1bdeaa04c85fc0ef249fa9eb5e187146e Mon Sep 17 00:00:00 2001 From: Marc Fehling Date: Fri, 4 Oct 2024 12:36:19 +0200 Subject: [PATCH] Fix typos. --- include/deal.II/numerics/solution_transfer.h | 11 ++++++----- source/grid/tria.cc | 4 ++-- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/include/deal.II/numerics/solution_transfer.h b/include/deal.II/numerics/solution_transfer.h index 6ff2ad6f03..d10d4370fe 100644 --- a/include/deal.II/numerics/solution_transfer.h +++ b/include/deal.II/numerics/solution_transfer.h @@ -952,9 +952,9 @@ namespace Legacy /** - * Is used for @p prepare_for_refining (of course also for @p - * repare_for_refining_and_coarsening) and stores all dof indices of the - * cells that'll be refined + * Is used for @p prepare_for_pure_refinement (of course also for + * @p prepare_for_coarsening_and_refinement) and stores all dof indices of + * the cells that'll be refined. */ std::vector> indices_on_cell; @@ -1006,8 +1006,9 @@ namespace Legacy std::map, Pointerstruct> cell_map; /** - * Is used for @p prepare_for_refining_and_coarsening The interpolated dof - * values of all cells that'll be coarsened will be stored in this vector. + * Is used for @p prepare_for_coarsening_and_refinement. The interpolated + * dof values of all cells that'll be coarsened will be stored in this + * vector. */ std::vector>> dof_values_on_cell; diff --git a/source/grid/tria.cc b/source/grid/tria.cc index a496a30a66..2bc7aed447 100644 --- a/source/grid/tria.cc +++ b/source/grid/tria.cc @@ -7788,8 +7788,8 @@ namespace internal if (old_child[0]->index() + 1 != old_child[1]->index()) { - // this is exactly the ugly case we taked - // about. so, no coimplaining, lets get + // this is exactly the ugly case we talked + // about. so, no complaining, lets get // two new lines and copy all info typename Triangulation::raw_line_iterator -- 2.39.5