From: Wolfgang Bangerth Date: Tue, 24 Nov 2015 12:53:00 +0000 (-0600) Subject: Update a reference. X-Git-Tag: v8.4.0-rc2~206^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=413924709108bfb6e0a0a86b75f9e3ff852cc4a3;p=dealii.git Update a reference. --- diff --git a/doc/doxygen/headers/glossary.h b/doc/doxygen/headers/glossary.h index 6ec0bba515..d47ae7e707 100644 --- a/doc/doxygen/headers/glossary.h +++ b/doc/doxygen/headers/glossary.h @@ -1485,7 +1485,16 @@ * paper lays out the motivation for this pattern and then proposes different ways * of implementing it. It also compares the performance of different implementations. * - * The paper is currently in preparation. + * The full reference for this paper is as follows: + * @code +@Article{TKB16, + author = {Bruno Turcksin and Martin Kronbichler and Wolfgang Bangerth}, + title = {\textit{WorkStream} -- a design pattern for multicore-enabled finite element computations}, + journal = {accepted for publication in the ACM Trans. Math. Softw.}, + year = 2015 +} + * @endcode + * It is available from http://www.math.tamu.edu/~bangerth/publications.html, also see deal.II publications for details. * * *