From 3fa7d85b8ba0e9e89640b844722f5d07b914f99c Mon Sep 17 00:00:00 2001 From: Luca Heltai Date: Mon, 25 Nov 2019 10:41:14 +0100 Subject: [PATCH] ChangeLog. --- doc/news/changes/major/20191112LucaHeltaiBrunoBlais | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/news/changes/major/20191112LucaHeltaiBrunoBlais diff --git a/doc/news/changes/major/20191112LucaHeltaiBrunoBlais b/doc/news/changes/major/20191112LucaHeltaiBrunoBlais new file mode 100644 index 0000000000..962fbe5732 --- /dev/null +++ b/doc/news/changes/major/20191112LucaHeltaiBrunoBlais @@ -0,0 +1,8 @@ +New: ParticleHandler::insert_global_particles() allows one to pass to a ParticleHandler oject 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 triangulation, where the +distribution of the particle positions is arbitrary, and possibly not related to our owned cells. +
+(Luca Heltai, 2019/11/25) -- 2.39.5