]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Update documentation of some SolutionTransfer functions. 17743/head
authorMarc Fehling <mafehling.git@gmail.com>
Wed, 2 Oct 2024 10:11:16 +0000 (12:11 +0200)
committerMarc Fehling <mafehling.git@gmail.com>
Wed, 2 Oct 2024 10:11:16 +0000 (12:11 +0200)
include/deal.II/numerics/solution_transfer.h

index 121b3cf7af4b57d38b4f2d88eba9a447b7e2cc92..85086568f09ec97fbd5396ab81b67a8a31193621 100644 (file)
@@ -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.
-   * <tt>in.size()==n_dofs_old</tt>, <tt>out.size()==n_dofs_refined</tt>)
+   * assumes the vector has the right size (i.e.
+   * <tt>out.size()==n_dofs_refined</tt>)
    *
    * Multiple calling of this function is NOT allowed. Interpolating
    * several functions can be performed in one step by using
-   * <tt>interpolate (all_in, all_out)</tt>
+   * <tt>interpolate (all_out)</tt>
    */
   void
   interpolate(VectorType &out);

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.