From 22d02fdd6cc0b2257bcd9be177557eb3434eade1 Mon Sep 17 00:00:00 2001 From: Magdalena Schreter Date: Wed, 24 Jan 2024 14:31:58 +0100 Subject: [PATCH] fix/improve docu of p::d::SolutionTransfer::interpolate for multiple functions --- include/deal.II/distributed/solution_transfer.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/deal.II/distributed/solution_transfer.h b/include/deal.II/distributed/solution_transfer.h index 0096eb8a6b..ed711c0a63 100644 --- a/include/deal.II/distributed/solution_transfer.h +++ b/include/deal.II/distributed/solution_transfer.h @@ -279,7 +279,8 @@ namespace parallel * * Multiple calling of this function is NOT allowed. Interpolating * several functions can be performed in one step by using - * interpolate (all_in, all_out) + * prepare_for_coarsening_and_refinement(all_in) and + * interpolate(all_out). */ void interpolate(VectorType &out); -- 2.39.5