From: Wolfgang Bangerth Date: Fri, 1 Apr 2022 15:52:37 +0000 (-0600) Subject: Provide a proper reference. X-Git-Tag: v9.4.0-rc1~338^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbae2a314dbd5810839af3f9b76b7f2837a4b9eb;p=dealii.git Provide a proper reference. While there, also fix the apparently wrong page numbers. --- diff --git a/doc/doxygen/references.bib b/doc/doxygen/references.bib index ca27997f69..1832afb9d2 100644 --- a/doc/doxygen/references.bib +++ b/doc/doxygen/references.bib @@ -1766,6 +1766,19 @@ url = {https://doi.org/10.1016/0045-7930(73)90027-3} url = {http://hdl.handle.net/10919/9579} } +@article{Boffi2012, + author = {Boffi, D. and Cavallini, N. and Gardini, F. and Gastaldi, L.}, + title = {Local Mass Conservation of Stokes Finite Elements}, + journal = {J. Sci. Comput.}, + year = {2012}, + volume = {52}, + issue = {2}, + pages = {383--400}, + doi = {10.1007/s10915-011-9549-4}, + url = {http://doi.org/10.1007/s10915-011-9549-4} +} + + @PhDThesis{Richter2005, author = {T. Richter}, title = {Parallel Multigrid Method for Adaptive Finite Elements with Application to 3D Flow Problems}, diff --git a/include/deal.II/fe/fe_q_dg0.h b/include/deal.II/fe/fe_q_dg0.h index f9a456d3e1..bbd2becc13 100644 --- a/include/deal.II/fe/fe_q_dg0.h +++ b/include/deal.II/fe/fe_q_dg0.h @@ -44,9 +44,7 @@ DEAL_II_NAMESPACE_OPEN * For more information about the spacedim template parameter check * the documentation of FiniteElement or the one of Triangulation. * - * For more information regarding this element see: Boffi, D., et al. "Local - * Mass Conservation of Stokes Finite Elements." Journal of Scientific - * Computing (2012): 1-18. + * For more information regarding this element see @cite Boffi2012 . * *

Implementation

*