From: Wolfgang Bangerth Date: Tue, 19 May 2020 14:44:06 +0000 (-0600) Subject: Leave more references to step-70. X-Git-Tag: v9.2.0~5^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c8601df06b566e730681c8ab6f18aa37c274047;p=dealii.git Leave more references to step-70. --- diff --git a/include/deal.II/particles/generators.h b/include/deal.II/particles/generators.h index aabf8eee29..18b7c959b4 100644 --- a/include/deal.II/particles/generators.h +++ b/include/deal.II/particles/generators.h @@ -176,6 +176,8 @@ namespace Particles * This function uses insert_global_particles and consequently may induce * considerable mpi communication overhead. * + * This function is used in step-70. + * * @param[in] dof_handler A DOF handler that may live on another * triangulation that is used to establsh the positions of the particles. * diff --git a/include/deal.II/particles/particle_handler.h b/include/deal.II/particles/particle_handler.h index 1bda0dc1f8..9d41fda592 100644 --- a/include/deal.II/particles/particle_handler.h +++ b/include/deal.II/particles/particle_handler.h @@ -52,6 +52,8 @@ namespace Particles * and particles that belong to neighbor processes and live in the ghost cells * around the locally owned domain "ghost particles". * + * This class is used in step-70. + * * @ingroup Particle */ template @@ -240,7 +242,8 @@ namespace Particles * at these positions, which are then distributed and added to the local * particle collection of a procesor. Note that this function uses * GridTools::distributed_compute_point_locations(). Consequently, it can - * require intense communications between the processors. + * require intense communications between the processors. This function + * is used in step-70. * * This function figures out what mpi process owns the points that do not * fall within the locally owned part of the triangulation, it sends