]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Apply suggestions from code review
authorLuca Heltai <luca.heltai@sissa.it>
Thu, 28 Nov 2019 18:07:25 +0000 (19:07 +0100)
committerLuca Heltai <luca.heltai@sissa.it>
Tue, 3 Dec 2019 07:19:55 +0000 (08:19 +0100)
Co-Authored-By: Rene Gassmoeller <rene.gassmoeller@mailbox.org>
doc/news/changes/major/20191112LucaHeltaiBrunoBlais
include/deal.II/particles/particle_handler.h

index 962fbe573251ee9878e09a7a2e15a3d0bfc3624c..e41318efda62670d0f35e98000a9a055c31d528b 100644 (file)
@@ -1,8 +1,8 @@
-New: ParticleHandler::insert_global_particles() allows one to pass to a ParticleHandler oject a vector
+New: ParticleHandler::insert_global_particles() allows one to pass to a ParticleHandler object a vector
 of positions and a vector of properties to insert. Differently from the other insert* methods, 
 this one allows particles to fall within artificial cells. In this case, the method infers who
 should receive the positions and the properties, and sends this information to that process.
-This is useful when constructing particles from non-matching triangulation, where the
-distribution of the particle positions is arbitrary, and possibly not related to our owned cells.
+This is useful when constructing particles from non-matching triangulations, where the
+distribution of the particle positions is arbitrary, and possibly not related to the locally owned cells.
 <br>
 (Luca Heltai, 2019/11/25)
index fb652162a344e3d1a2b29da850423c6468ab134a..0e57175c645bd9311d78ea7f4a2f5abb92178f80 100644 (file)
@@ -245,11 +245,11 @@ namespace Particles
      * This function figures out what mpi process owns all points that do not
      * fall within the locally owned part of the triangulation, it sends
      * to that process the points passed to this function on this process,
-     * and receives from the points that fall within the locally owned cells of
+     * and receives the points that fall within the locally owned cells of
      * the triangulation from whoever owns them.
      *
-     * In order to keep track of what mpi process recieved what points, a maps
-     * from mpi process to IndexSet is returned by the function, that contains
+     * In order to keep track of what mpi process received what points, a map
+     * from mpi process to IndexSet is returned by the function. This IndexSet contains
      * the local indices of the points that were passed to this function on the
      * calling mpi process, and that falls within the part of triangulation
      * owned by this mpi process.
@@ -267,7 +267,7 @@ namespace Particles
      * local point. The size of the vector should be either zero (no
      * properties will be transfered nor attached to the generated particles)
      * or it should be `positions.size()*this->n_properties_per_particle()`.
-     * Notice that this function call will tranfer the properties from the
+     * Notice that this function call will transfer the properties from the
      * local mpi process to the final mpi process that will own each of the
      * particle, and it may therefore be communication intensive.
      *

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.