]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fixed review comments. 9076/head
authorLuca Heltai <luca.heltai@sissa.it>
Tue, 5 May 2020 15:33:58 +0000 (17:33 +0200)
committerLuca Heltai <luca.heltai@sissa.it>
Tue, 5 May 2020 15:34:22 +0000 (17:34 +0200)
include/deal.II/particles/utilities.h

index d4bae7bedaad1cb9e84f0729d0fcfdd17cd234bf..e2e150f6c62b1b929268a136711c10f956b578bd 100644 (file)
@@ -41,8 +41,8 @@ DEAL_II_NAMESPACE_OPEN
 namespace Particles
 {
   /**
-   * A namespace for functions offering tools to handle ParticleHandlers and
-   * their coupling with DoFHandlers
+   * A namespace for functions offering tools to handle ParticleHandler objects
+   * and their coupling with DoFHandler objects.
    */
   namespace Utilities
   {
@@ -72,8 +72,9 @@ namespace Particles
      *  M_{(i*n_comps+k),j} \dealcoloneq v_j(x_i) \cdot e_{comp_j},
      * \f]
      * where `comp_j` is the only non zero component of the vector valued basis
-     * function `v_j` (equal to `fe.system_to_component_index(j).first`), and
-     * `k` corresponds to its index within the selected components of the mask.
+     * function `v_j` (equal to `fe.system_to_component_index(j).first`),
+     * `k` corresponds to its index within the selected components of the mask,
+     * and $e_{comp_j}$ is the unit vector in the direction `comp_j`.
      *
      * The `sparsity` is filled by locating the position of the particle with
      * index `i` within the particle handler with respect to the embedding
@@ -129,8 +130,9 @@ namespace Particles
      *  M_{(i*n_comps+k),j} \dealcoloneq v_j(x_i) \cdot e_{comp_j},
      * \f]
      * where `comp_j` is the only non zero component of the vector valued basis
-     * function `v_j` (equal to `fe.system_to_component_index(j).first`), and
-     * `k` corresponds to its index within the selected components of the mask.
+     * function `v_j` (equal to `fe.system_to_component_index(j).first`),
+     * `k` corresponds to its index within the selected components of the mask,
+     * and $e_{comp_j}$ is the unit vector in the direction `comp_j`.
      *
      * The matrix is filled by locating the position of the particle with
      * index `i` within the particle handler with respect to the embedding

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.