]> https://gitweb.dealii.org/ - dealii.git/commitdiff
reword documentation of interpolate_boundary_values() 1461/head
authorLei Qiao <qiaol618@gmail.com>
Sat, 29 Aug 2015 02:41:09 +0000 (21:41 -0500)
committerLei Qiao <qiaol618@gmail.com>
Sat, 29 Aug 2015 21:37:22 +0000 (16:37 -0500)
include/deal.II/numerics/vector_tools.h

index 78aa657b9783a6b4a97fc7779a949c342474c0e3..f6377c6d0f1c9917da91907ccd9bae3df2cc97b2 100644 (file)
@@ -656,9 +656,10 @@ namespace VectorTools
    * Compute Dirichlet boundary conditions.  This function makes up a map of
    * degrees of freedom subject to Dirichlet boundary conditions and the
    * corresponding values to be assigned to them, by interpolation around the
-   * boundary. If the @p boundary_values object contained values before, the
-   * new ones are added, or the old ones overwritten if a node of the boundary
-   * part to be used was already in the map of boundary values.
+   * boundary. For each degree of freedom at the boundary, if its index
+   * already exists in @p boundary_values then its boundary value will be
+   * overwritten, otherwise a new entry with proper index and boundary value
+   * for this degree of freedom will be inserted into @p boundary_values.
    *
    * The parameter @p function_map provides a list of boundary indicators to
    * be handled by this function and corresponding boundary value functions.
@@ -928,7 +929,7 @@ namespace VectorTools
    * containing all indices of degrees of freedom at the boundary (as covered
    * by the boundary parts in @p boundary_functions) and the computed dof
    * value for this degree of freedom. For each degree of freedom at the
-   * boundary, if its index is already exist in @p boundary_values then its
+   * boundary, if its index already exists in @p boundary_values then its
    * boundary value will be overwritten, otherwise a new entry with proper index
    * and boundary value for this degree of freedom will be inserted into
    * @p boundary_values.

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.