From: Luca Heltai Date: Mon, 25 Nov 2019 09:41:14 +0000 (+0100) Subject: ChangeLog. X-Git-Tag: v9.2.0-rc1~798^2~8 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fa7d85b8ba0e9e89640b844722f5d07b914f99c;p=dealii.git ChangeLog. --- 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)