From ec79332f53f924b57b86072ac03b9e8e3e3ee6cb Mon Sep 17 00:00:00 2001 From: heister Date: Wed, 16 Jan 2013 22:45:16 +0000 Subject: [PATCH] add reference to the Boffi paper in the documentation of the fe_q_dg0 space git-svn-id: https://svn.dealii.org/trunk@28092 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/fe/fe_q_dg0.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deal.II/include/deal.II/fe/fe_q_dg0.h b/deal.II/include/deal.II/fe/fe_q_dg0.h index cfca992e01..4260c7c92f 100644 --- a/deal.II/include/deal.II/fe/fe_q_dg0.h +++ b/deal.II/include/deal.II/fe/fe_q_dg0.h @@ -25,6 +25,10 @@ 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. + * *

Implementation

* * The constructor creates a TensorProductPolynomials object that includes the -- 2.39.5