From: bangerth Date: Mon, 15 Nov 2010 13:21:37 +0000 (+0000) Subject: Provide a bibtex entry for the distributed paper. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f01dffcf6114deb0c2a2473d0becc105bb2697f5;p=dealii-svn.git Provide a bibtex entry for the distributed paper. git-svn-id: https://svn.dealii.org/trunk@22744 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/headers/glossary.h b/deal.II/doc/doxygen/headers/glossary.h index c460b12909..9784bec64f 100644 --- a/deal.II/doc/doxygen/headers/glossary.h +++ b/deal.II/doc/doxygen/headers/glossary.h @@ -436,14 +436,27 @@ * Structures for Massively Parallel Generic Finite Element Codes" that * describes the implementation of parallel distributed computing in deal.II, * i.e. computations where not only the linear system is split onto different - * machines as in, for example, step-18, but also the Triangulation and + * machines as in, for example, step-17, but also the Triangulation and * DoFHandler objects. In essence, it is a guide to the parallel::distributed * namespace and the techniques used in step-40. * * The paper is submitted to the ACM Transactions on Mathematical Software * (ACM TOMS). It is also available as * IAMCS - * preprint 2011-187. + * preprint 2011-187. Its current BiBTex entry is + * @code +TechReport{BBHK11, + author = {Wolfgang Bangerth and Carsten Burstedde and Timo Heister + and Martin Kronbichler}, + title = {Algorithms and data structures for massively parallel generic + adaptive finite element codes}, + institution = {Institute for Applied Mathematics and Computational Science, + Texas A&M University}, + year = 2010, + number = {2011-187, submitted} +} + * @endcode + * * For massively parallel * computations, deal.II builds on the * p4est