From: bangerth Date: Wed, 27 Oct 2010 18:46:38 +0000 (+0000) Subject: Also list the p4est address and request that people cite their paper. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0849cc2a5dfe059387d4c755690f46d3d0259ba;p=dealii-svn.git Also list the p4est address and request that people cite their paper. git-svn-id: https://svn.dealii.org/trunk@22525 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/headers/glossary.h b/deal.II/doc/doxygen/headers/glossary.h index b4ebea8476..90a7be2730 100644 --- a/deal.II/doc/doxygen/headers/glossary.h +++ b/deal.II/doc/doxygen/headers/glossary.h @@ -422,7 +422,7 @@ * *
@anchor distributed_paper * Distributed computing paper
- + * *
The "distributed computing paper" is a paper by W. Bangerth, * C. Burstedde, T. Heister and M. Kronbichler titled "Algorithms and Data * Structures for Massively Parallel Generic Finite Element Codes" that @@ -430,12 +430,17 @@ * 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 * DoFHandler objects. In essence, it is a guide to the parallel::distributed - * namespace. + * 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. + * For massively parallel + * computations, deal.II builds on the + * p4est + * library. If you use this functionality, please also cite the + * p4est paper listed at their website. *
* *