]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Update docs in a couple of places. 2248/head
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 27 Feb 2016 20:05:29 +0000 (14:05 -0600)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 28 Feb 2016 20:59:42 +0000 (14:59 -0600)
include/deal.II/numerics/vector_tools.h

index 3203daec378b744ca3dbc8566a6ca00eb553d692..e7dcca2b9bb6285c31a98ed1019ef6ad70d72ff0 100644 (file)
@@ -1325,7 +1325,9 @@ namespace VectorTools
   /**
    * This function computes the constraints that correspond to boundary
    * conditions of the form $\vec u \cdot \vec n=\vec u_\Gamma \cdot \vec n$,
-   * i.e. normal flux constraints if $\vec u$ is a vector-valued quantity.
+   * i.e., normal flux constraints where $\vec u$ is a vector-valued solution
+   * variable and $\vec u_\Gamma$ is a prescribed vector field whose normal
+   * component we want to be equal to the normal component of the solution.
    * These conditions have exactly the form handled by the ConstraintMatrix
    * class, so instead of creating a map between boundary degrees of freedom
    * and corresponding value, we here create a list of constraints that are
@@ -1539,7 +1541,8 @@ namespace VectorTools
    const Mapping<dim, spacedim>         &mapping = StaticMappingQ1<dim>::mapping);
 
   /**
-   * Same as above for homogeneous normal-flux constraints.
+   * Same as above for homogeneous normal-flux constraints, i.e., for
+   * imposing the condition $\vec u \cdot \vec n= 0$.
    *
    * @ingroup constraints
    *
@@ -1557,12 +1560,14 @@ namespace VectorTools
 
   /**
    * Compute the constraints that correspond to boundary conditions of the
-   * form $\vec u \times \vec n=\vec u_\Gamma \times \vec n$, i.e. tangential
-   * flow constraints if $\vec u$ is a vector-valued quantity. This function
-   * constrains exactly those vector-valued components that are left
-   * unconstrained by compute_no_normal_flux_constraints, and leaves the one
-   * component unconstrained that is constrained by
-   * compute_no_normal_flux_constraints.
+   * form $\vec u \times \vec n=\vec u_\Gamma \times \vec n$, i.e., tangential
+   * flow constraints where $\vec u$ is a vector-valued solution
+   * variable and $\vec u_\Gamma$ is prescribed vector field whose tangential
+   * component(s) we want to be equal to the tangential component(s) of the
+   * solution. This function constrains exactly those dim-1 vector-valued
+   * components that are left unconstrained by
+   * VectorTools::compute_no_normal_flux_constraints(), and leaves the one
+   * component unconstrained that is constrained by that function.
    *
    * @ingroup constraints
    *

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.