]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix fe indentation
authorGraham Harper <grahambenharper@gmail.com>
Mon, 9 Jul 2018 23:02:39 +0000 (23:02 +0000)
committerGraham Harper <grahambenharper@gmail.com>
Mon, 9 Jul 2018 23:02:39 +0000 (23:02 +0000)
include/deal.II/fe/fe_bernardi_raugel.h

index cce14f340be0b05f8ad754a5a6ef7aba4c1c6349..b7cc3a41fd5c6b603d73b9e8adb56b9d30e46225 100644 (file)
@@ -36,15 +36,18 @@ DEAL_II_NAMESPACE_OPEN
  *
  * <h3>Degrees of freedom</h3>
  * The BR1 element has <i>dim</i> 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 <int dim>
@@ -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);

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.