From: Timo Heister Date: Fri, 28 Aug 2015 13:39:20 +0000 (-0400) Subject: more glossary fixes X-Git-Tag: v8.4.0-rc2~535^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91b3bc31cbb6eb3e586298ef3a58e1cc4753cea5;p=dealii.git more glossary fixes --- diff --git a/doc/doxygen/headers/glossary.h b/doc/doxygen/headers/glossary.h index 86f8af8ce8..219d825a21 100644 --- a/doc/doxygen/headers/glossary.h +++ b/doc/doxygen/headers/glossary.h @@ -974,7 +974,7 @@ * * The full reference for this paper is as follows: * @code -Article{BK07, +@Article{BK07, author = {Wolfgang Bangerth and Oliver Kayser-Herold}, title = {Data Structures and Requirements for hp Finite Element Software}, @@ -985,10 +985,7 @@ Article{BK07, pages = {4/1--4/31} } * @endcode - * It is available as Technical Report ISC-07-04-MATH from the - * Institute - * for Scientific Computation, Texas A&M University, and also - * from http://www.math.tamu.edu/~bangerth/publications.html . + * It is available from http://www.math.tamu.edu/~bangerth/publications.html, also see deal.II publications for details. * * The numerical examples shown in that paper are generated with a slightly * modified version of step-27. The main difference to that @@ -1479,7 +1476,7 @@ Article{BK07, * * *
@anchor workstream_paper %WorkStream paper
- *
The "%WorkStream paper" is a paper by B. Turcksin, M. Kronbichler and W. Bangerth + *
The "WorkStream paper" is a paper by B. Turcksin, M. Kronbichler and W. Bangerth * that discusses the design and implementation of WorkStream. WorkStream is, at its * core, a design pattern, i.e., something that is used over and over in finite element * codes and that can, consequently, be implemented generically. In particular, the