]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove QGauss2 doc references.
authorDavid Wells <wellsd2@rpi.edu>
Tue, 11 Oct 2016 20:44:58 +0000 (16:44 -0400)
committerDavid Wells <wellsd2@rpi.edu>
Wed, 12 Oct 2016 03:47:47 +0000 (23:47 -0400)
This QGauss2, QGauss3, etc. were removed in commit
07e24b9065b (September 2010) in favor of QGauss.

examples/step-11/step-11.cc
include/deal.II/numerics/error_estimator.h

index ea9b17a48f8cf427d754b4c64685e0a875149238..7ef0f3a1dfe8790d7c8fd71e16dc1ac0f1532bfa 100644 (file)
@@ -296,13 +296,13 @@ namespace Step11
     //
     // The second remark concerns the quadrature formula we use: we want to
     // integrate over bilinear shape functions, so we know that we have to use
-    // at least a Gauss2 quadrature formula. On the other hand, we want to
-    // have the quadrature rule to have at least the order of the boundary
-    // approximation. Since the order of Gauss-r is 2r, and the order of the
-    // boundary approximation using polynomials of degree p is p+1, we know
-    // that 2r@>=p+1. Since r has to be an integer and (as mentioned above)
-    // has to be at least 2, this makes up for the formula above computing
-    // <code>gauss_degree</code>.
+    // at least an order two Gauss quadrature formula. On the other hand, we
+    // want the quadrature rule to have at least the order of the boundary
+    // approximation. Since the order of Gauss rule with $r$ points is $2r +
+    // 1$, and the order of the boundary approximation using polynomials of
+    // degree p is p+1, we know that $2r@>=p$. Since r has to be an integer
+    // and (as mentioned above) has to be at least 2, this makes up for the
+    // formula above computing <code>gauss_degree</code>.
     //
     // Since the generation of the body force contributions to the right hand
     // side vector was so simple, we do that all over again for the boundary
index 23a244bce31c7144a3e4049f5f49d41d05387926..0175e7acfd668a92fff39bd928825285aa94066c 100644 (file)
@@ -110,9 +110,9 @@ namespace hp
  * times some factor) of each cell and take the square root.
  *
  * The integration is done using a quadrature formula on the face. For linear
- * trial functions (FEQ1), the QGauss2 or even the QMidpoint rule will
- * suffice. For higher order elements, it is necessary to utilize higher order
- * quadrature formulae as well.
+ * trial functions (FEQ1), QGauss (with two points) or even the QMidpoint rule
+ * will suffice. For higher order elements, it is necessary to utilize higher
+ * order quadrature formulae as well.
  *
  * We store the contribution of each face in a @p map, as provided by the C++
  * standard library, with the iterator pointing to that face being the key

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.