[Dune-devel] [PATCH] Add reference for 8-point rule in 3d

Ansgar Burchardt burchardt at igpm.rwth-aachen.de
Tue May 13 00:12:24 CEST 2014


---
 dune/geometry/quadraturerules/simplexquadrature.hh | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dune/geometry/quadraturerules/simplexquadrature.hh b/dune/geometry/quadraturerules/simplexquadrature.hh
index 776b357..6489186 100644
--- a/dune/geometry/quadraturerules/simplexquadrature.hh
+++ b/dune/geometry/quadraturerules/simplexquadrature.hh
@@ -893,9 +893,7 @@ namespace Dune {
       // http://www.cs.kuleuven.ac.be/~nines/research/ecf/ecf.html
       // maintained by Ronald Cools.
 
-      // Note: according the Leuven Encyclopaedia, this quadrature rule can be found
-      // in A.H. Stroud, Approximate Calculation of Multiple Integrals.
-      // However, I have not been able to find it in there.
+      // For further reference: Rule 3-7, P. 309, A.H. Stroud, Approximate Calculation of Multiple Integrals
 
       m = 8;
       G[m][0][0] = 0.0;
-- 
2.0.0.rc0





More information about the Dune-devel mailing list