From 9c8601df06b566e730681c8ab6f18aa37c274047 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 19 May 2020 08:44:06 -0600 Subject: [PATCH] Leave more references to step-70. --- include/deal.II/particles/generators.h | 2 ++ include/deal.II/particles/particle_handler.h | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.39.5