From 0145647dcbced93a3be05ab176e2ed45ecb51545 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Wed, 22 Apr 2015 08:56:16 -0400 Subject: [PATCH] fix documentation of interpolate_to_different_mesh --- include/deal.II/numerics/vector_tools.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/include/deal.II/numerics/vector_tools.h b/include/deal.II/numerics/vector_tools.h index 3990ec2913..78c3c1953a 100644 --- a/include/deal.II/numerics/vector_tools.h +++ b/include/deal.II/numerics/vector_tools.h @@ -516,9 +516,10 @@ namespace VectorTools * yourself by calling the @p ConstraintsMatrix::distribute function of your * hanging node constraints object. * - * @note: This function works with parallel::distributed::Triangulation, but only - * if the parallel partitioning is the same for both meshes (see the - * no_automatic_repartitioning flag). + * @note: This function works with parallel::distributed::Triangulation, but + * only if the parallel partitioning is the same for both meshes (see the + * parallel::distributed::Triangulation::no_automatic_repartitioning + * flag). */ template class DH, -- 2.39.5