From: Graham Harper Date: Mon, 9 Jul 2018 23:02:39 +0000 (+0000) Subject: Fix fe indentation X-Git-Tag: v9.1.0-rc1~846^2~14 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d1376fb6b488e00252b76fb1bc1a0bb63a5947e;p=dealii.git Fix fe indentation --- diff --git a/include/deal.II/fe/fe_bernardi_raugel.h b/include/deal.II/fe/fe_bernardi_raugel.h index cce14f340b..b7cc3a41fd 100644 --- a/include/deal.II/fe/fe_bernardi_raugel.h +++ b/include/deal.II/fe/fe_bernardi_raugel.h @@ -36,15 +36,18 @@ DEAL_II_NAMESPACE_OPEN * *

Degrees of freedom

* The BR1 element has dim degrees of freedom on each node and 1 on each - * face. The shape functions are ordered by the $(Q_1)^d$ shape functions supported on each - * vertex, increasing according to vertex ordering on the element in GeometryInfo, then the - * bubble functions follow in the ordering given in PolynomialsBernardiRaugel. - * - * This element only has 1 degree (degree $p=1$) because it yields an LBB stable pair BR1-P0 - * for Stokes problems which is lower degree than the Taylor-Hood element. The pair is - * sometimes referred to as an enriched P1-P0 element or a reduced P2-P0 element. + * face. The shape functions are ordered by the $(Q_1)^d$ shape functions + * supported on each vertex, increasing according to vertex ordering on the + * element in GeometryInfo, then the bubble functions follow in the ordering + * given in PolynomialsBernardiRaugel. * - * This element does not support hanging nodes or multigrid in the current implementation. + * This element only has 1 degree (degree $p=1$) because it yields an LBB stable + * pair BR1-P0 for Stokes problems which is lower degree than the Taylor-Hood + * element. The pair is sometimes referred to as an enriched P1-P0 element or a + * reduced P2-P0 element. + * + * This element does not support hanging nodes or multigrid in the current + * implementation. * */ template @@ -55,7 +58,7 @@ public: /** * Constructor for the Bernardi-Raugel element of degree @p p. The only * supported degree is 1. - * + * * @arg p: The degree of the element $p=1$ for $BR_1$. */ FE_BernardiRaugel(const unsigned int p = 1);