From: Wolfgang Bangerth Date: Wed, 13 May 2020 23:05:53 +0000 (-0600) Subject: Update an entry in the changelog. X-Git-Tag: v9.2.0-rc2~13^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42b214c00d1621736abfcff2828dfea3d8016bda;p=dealii.git Update an entry in the changelog. --- 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