From 23a10ff7a52cb7b8cf5778b59bc253eadbe23424 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 13 May 2020 17:05:53 -0600 Subject: [PATCH] Update an entry in the changelog. --- doc/news/9.1.1-vs-9.2.0.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/news/9.1.1-vs-9.2.0.h b/doc/news/9.1.1-vs-9.2.0.h index 1acefebc6f..73d7f35004 100644 --- a/doc/news/9.1.1-vs-9.2.0.h +++ b/doc/news/9.1.1-vs-9.2.0.h @@ -709,8 +709,8 @@ inconvenience this causes.
  • - 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, + New: Particles::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 triangulations, where the -- 2.39.5