From: Marc Fehling Date: Wed, 2 Oct 2024 10:11:16 +0000 (+0200) Subject: Update documentation of some SolutionTransfer functions. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F17743%2Fhead;p=dealii.git Update documentation of some SolutionTransfer functions. --- 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);