From cbae2a314dbd5810839af3f9b76b7f2837a4b9eb Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 1 Apr 2022 09:52:37 -0600 Subject: [PATCH] Provide a proper reference. While there, also fix the apparently wrong page numbers. --- doc/doxygen/references.bib | 13 +++++++++++++ include/deal.II/fe/fe_q_dg0.h | 4 +--- 2 files changed, 14 insertions(+), 3 deletions(-) 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

* -- 2.39.5