From 51c62fd3308e0ff319ed4daf097ed7f8d66acf95 Mon Sep 17 00:00:00 2001 From: Marc Fehling Date: Wed, 2 Oct 2024 12:11:16 +0200 Subject: [PATCH] Update documentation of some SolutionTransfer functions. --- include/deal.II/numerics/solution_transfer.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/deal.II/numerics/solution_transfer.h b/include/deal.II/numerics/solution_transfer.h index 121b3cf7af..85086568f0 100644 --- a/include/deal.II/numerics/solution_transfer.h +++ b/include/deal.II/numerics/solution_transfer.h @@ -363,12 +363,12 @@ public: /** * Same as the previous function. It interpolates only one function. It - * assumes the vectors having the right sizes (i.e. - * in.size()==n_dofs_old, out.size()==n_dofs_refined) + * assumes the vector has the right size (i.e. + * out.size()==n_dofs_refined) * * Multiple calling of this function is NOT allowed. Interpolating * several functions can be performed in one step by using - * interpolate (all_in, all_out) + * interpolate (all_out) */ void interpolate(VectorType &out); -- 2.39.5