From 93860996fb814e882d2f29ff520f7ed5f5f79d2a Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Fri, 28 Aug 2015 09:02:41 -0400 Subject: [PATCH] update mg paper in glossary --- doc/doxygen/headers/glossary.h | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/doc/doxygen/headers/glossary.h b/doc/doxygen/headers/glossary.h index ba521e48f7..86f8af8ce8 100644 --- a/doc/doxygen/headers/glossary.h +++ b/doc/doxygen/headers/glossary.h @@ -1157,7 +1157,7 @@ Article{BK07, * *
@anchor mg_paper %Multigrid paper
*
The "multigrid paper" is a paper by B. Janssen and G. Kanschat, titled - * "Adaptive multilevel methods with local smoothing", that + * "Adaptive Multilevel Methods with Local Smoothing for H1- and Hcurl-Conforming High Order Finite Element Methods", that * describes many of the algorithms and data structures used in the implementation * of the multigrid framework of deal.II. It underlies the implementation of * the classes that are used in step-16 for multigrid @@ -1165,16 +1165,19 @@ Article{BK07, * * The full reference for this paper is as follows: * @code -Article{JK10, - author = {B. Janssen and G. Kanschat}, - title = {Adaptive multilevel methods with local smoothing}, - journal = {submitted}, - year = 2010 -} +@article{janssen2011adaptive, + title={Adaptive Multilevel Methods with Local Smoothing for H\^{}1-and H\^{}curl-Conforming High Order Finite Element Methods}, + author={Janssen, B{\"a}rbel and Kanschat, Guido}, + journal={SIAM Journal on Scientific Computing}, + volume={33}, + number={4}, + pages={2095--2114}, + year={2011}, + publisher={SIAM}} * @endcode - * It is available as Technical Report IAMCS-2009-131 from the - * Institute - * for Applied Mathematics and Computational Science, Texas A&M University. + * See + * DOI:10.1137/090778523 + * for the paper and deal.II publications for more details. *
* * -- 2.39.5