From: Wolfgang Bangerth Date: Mon, 1 Jun 2020 00:09:20 +0000 (-0600) Subject: Avoid a duplicate bibtex entry. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b044def27328e6f3d9bf3ede44fd7672a0c31ba8;p=release-papers.git Avoid a duplicate bibtex entry. --- diff --git a/9.2/paper.bib b/9.2/paper.bib index 5c16fc5..1ba7cdf 100644 --- a/9.2/paper.bib +++ b/9.2/paper.bib @@ -1042,15 +1042,3 @@ doi = {10.1016/0096-3003(82)90191-6} title = {$C^0$ Interior Penalty Methods for Fourth Order Elliptic Boundary Value Problems on Polygonal Domains}, journal = {Journal of Scientific Computing} } - - -@article{gassmoller2018flexible, - title={Flexible and Scalable Particle-in-Cell Methods With Adaptive Mesh Refinement for Geodynamic Computations}, - author={Gassm{\"o}ller, Rene and Lokavarapu, Harsha and Heien, Eric and Puckett, Elbridge Gerry and Bangerth, Wolfgang}, - journal={Geochemistry, Geophysics, Geosystems}, - volume={19}, - number={9}, - pages={3596--3604}, - year={2018}, - publisher={Wiley Online Library} -} diff --git a/9.2/paper.tex b/9.2/paper.tex index 9dbc7a8..dee593d 100644 --- a/9.2/paper.tex +++ b/9.2/paper.tex @@ -612,7 +612,7 @@ Fourier coefficients \cite{BangerthKayserHerold2007} and Legendre coefficients Support for particles was originally introduced in \dealii{} version 9.0. In \dealii, particles can be used as passive tracers, or as part of more complex -models such as those based on Particle-In-Cells (PIC) approaches \cite{gassmoller2018flexible}. +models such as those based on Particle-In-Cells (PIC) approaches \cite{GLHPB18}. With the current release, the support for particles has been further expanded: New parallel insertion mechanisms and a basic interface to post-process particles have