Skip to content

Commit

Permalink
ChangeLog.
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-heltai committed Dec 3, 2019
1 parent b700a73 commit 3fa7d85
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/news/changes/major/20191112LucaHeltaiBrunoBlais
Original file line number Diff line number Diff line change
@@ -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.
<br>
(Luca Heltai, 2019/11/25)

0 comments on commit 3fa7d85

Please sign in to comment.