]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Added more descriptive comments 11722/head
authorBruno <blais.bruno@gmail.com>
Wed, 10 Feb 2021 13:34:06 +0000 (08:34 -0500)
committerBruno <blais.bruno@gmail.com>
Wed, 10 Feb 2021 13:34:06 +0000 (08:34 -0500)
include/deal.II/particles/partitioner.h

index f4361a3ae1fe6438da5f370c1c986d767a484821..89b2d7a562b7389765d6af020d335dd1132ac264 100644 (file)
@@ -99,14 +99,18 @@ namespace Particles
         ghost_particles_iterators;
 
       /**
-       * Vector of char that is used to organize the particle information to be
-       * sent to other processors
+       * Temporary storage that holds the data of the particles to be sent
+       * to other processors to update the ghost particles information
+       * in update_ghost_particles()
+       * send_recv_particles_properties_and_location()
        */
       std::vector<char> send_data;
 
       /**
-       * Vector of char that is used to organize the particle information to
-       * received from other processors
+       * Temporary storage that holds the data of the particles to receive
+       * the ghost particles information from other processors in
+       * in update_ghost_particles()
+       * send_recv_particles_properties_and_location()
        */
       std::vector<char> recv_data;
     };

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.