From b044def27328e6f3d9bf3ede44fd7672a0c31ba8 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 31 May 2020 18:09:20 -0600 Subject: [PATCH] Avoid a duplicate bibtex entry. --- 9.2/paper.bib | 12 ------------ 9.2/paper.tex | 2 +- 2 files changed, 1 insertion(+), 13 deletions(-) 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 -- 2.39.5