From: Magdalena Schreter Date: Wed, 24 Jan 2024 13:31:58 +0000 (+0100) Subject: fix/improve docu of p::d::SolutionTransfer::interpolate for multiple functions X-Git-Tag: relicensing~115^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F16530%2Fhead;p=dealii.git fix/improve docu of p::d::SolutionTransfer::interpolate for multiple functions --- 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);