From: hartmann Date: Wed, 15 Dec 1999 16:45:23 +0000 (+0000) Subject: QGauss8 needs correction X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6472f1bf214a39e17b2cdfe1d08b0608dae0caac;p=dealii-svn.git QGauss8 needs correction git-svn-id: https://svn.dealii.org/trunk@2066 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/Todo b/deal.II/base/Todo index 3dac0c43a4..55bcc99d77 100644 --- a/deal.II/base/Todo +++ b/deal.II/base/Todo @@ -26,3 +26,5 @@ Revert istrstream(p.c_str()) to istrstream(p) when possible (parameter_handler.cc) +QGauss8 seems not to be correct. It evaluates integrals only up to +appr. 1e-11 and not as the other quadratures up to 2e-16.