From 1dbe5705d8a0339c21ff579b7d63a87efe8a1a44 Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Wed, 4 Oct 2023 16:16:43 +0200 Subject: [PATCH] Work on warning --- include/deal.II/multigrid/mg_transfer_global_coarsening.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/deal.II/multigrid/mg_transfer_global_coarsening.h b/include/deal.II/multigrid/mg_transfer_global_coarsening.h index cdcd7ddb48..4dd0407ccf 100644 --- a/include/deal.II/multigrid/mg_transfer_global_coarsening.h +++ b/include/deal.II/multigrid/mg_transfer_global_coarsening.h @@ -1170,7 +1170,7 @@ public: * Initialize internal vectors and copy @p src vector * (associated to @p dof_handler) to the finest multigrid level. * - * @note The @dof_handler object needs to be the same as the DoFHandler passed + * @note The @p dof_handler object needs to be the same as the DoFHandler passed * directly to the function build() or indirectly to the function * initialize_two_level_transfers(). Alternatively, the numbering of the DoFs * need to be same. @@ -1185,7 +1185,7 @@ public: * Copy the values on the finest multigrid level to @p dst * vector (associated to @p dof_handler). * - * @note The @dof_handler object needs to be the same as the DoFHandler passed + * @note The @p dof_handler object needs to be the same as the DoFHandler passed * directly to the function build() or indirectly to the function * initialize_two_level_transfers(). Alternatively, the numbering of the DoFs * need to be same. @@ -1209,7 +1209,7 @@ public: * If an inner vector of @p dst is empty or has incorrect locally owned size, * it will be resized to locally relevant degrees of freedom on each level. * - * @note The @dof_handler object needs to be the same as the DoFHandler passed + * @note The @p dof_handler object needs to be the same as the DoFHandler passed * directly to the function build() or indirectly to the function * initialize_two_level_transfers(). Alternatively, the numbering of the DoFs * need to be same. @@ -1224,7 +1224,7 @@ public: * Interpolate fine-mesh field @p src to each multigrid level and * store the result in @p dst. * - * @note In contrast to the last function, no @dof_handler object needs passed. + * @note In contrast to the last function, no @p dof_handler object needs passed. * This function used the DoFHandler passed directly to the function build() * or indirectly to the function initialize_two_level_transfers(). */ -- 2.39.5