From: Wolfgang Bangerth Date: Fri, 5 Feb 2010 17:33:19 +0000 (+0000) Subject: Reference the mg paper. X-Git-Tag: v8.0.0~6534 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eac4c4141fb01581e1d702a52b277367571ef3a1;p=dealii.git Reference the mg paper. git-svn-id: https://svn.dealii.org/trunk@20513 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/headers/glossary.h b/deal.II/doc/doxygen/headers/glossary.h index ee1f85dddb..3a7fc12b30 100644 --- a/deal.II/doc/doxygen/headers/glossary.h +++ b/deal.II/doc/doxygen/headers/glossary.h @@ -307,7 +307,7 @@ Article{BK07, volume = 36, number = 1, pages = {4/1--4/31} -} +} * @endcode * It is available as Technical Report ISC-07-04-MATH from the * Institute @@ -338,6 +338,29 @@ Article{BK07, * @ref GlossSupport "support points". * * + *
@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 + * 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 @ref step_16 "step-16" for multigrid + * methods. + * + * 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 +} + * @endcode + * It is available as Technical Report IAMCS-2009-131 from the + * Institute + * for Applied Mathematics and Computational Science, Texas A&M University. + *
+ * + * *
@anchor GlossNodes Node values or node functionals
* *
It is customary to define a FiniteElement as a pair consisting @@ -385,7 +408,7 @@ Article{BK07, * FESystem class from other primitive (for example scalar) elements * as shown in @ref step_8 "step-8", @ref step_29 "step_29", @ref * step_22 "step-22" and several others. On the other hand, - * the FE_RaviartThomas class used + * the FE_RaviartThomas class used * in @ref step_20 "step-20" and @ref step_21 "step-21", or the * FE_Nedelec class provide non-primitive finite elements because * there, each vector-value shape function may have several non-zero