From: Wolfgang Bangerth Date: Wed, 29 Apr 1998 12:10:19 +0000 (+0000) Subject: Use other quadrature formula when integrating over faces. X-Git-Tag: v8.0.0~23029 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6123183751849556e4c2fefcf42f8c2ec5eee00;p=dealii.git Use other quadrature formula when integrating over faces. git-svn-id: https://svn.dealii.org/trunk@225 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/Attic/examples/error-estimation/error-estimation.cc b/deal.II/deal.II/Attic/examples/error-estimation/error-estimation.cc index c515c76c9f..59bfaa0897 100644 --- a/deal.II/deal.II/Attic/examples/error-estimation/error-estimation.cc +++ b/deal.II/deal.II/Attic/examples/error-estimation/error-estimation.cc @@ -301,7 +301,7 @@ void PoissonProblem::run (const unsigned int start_level) { cout << " Estimating H1 error... "; KellyErrorEstimator ee; - QTrapez eq; + QSimpson eq; ee.estimate_error (*dof, eq, fe, boundary, KellyErrorEstimator::FunctionMap(), solution, diff --git a/tests/big-tests/error-estimation/error-estimation.cc b/tests/big-tests/error-estimation/error-estimation.cc index c515c76c9f..59bfaa0897 100644 --- a/tests/big-tests/error-estimation/error-estimation.cc +++ b/tests/big-tests/error-estimation/error-estimation.cc @@ -301,7 +301,7 @@ void PoissonProblem::run (const unsigned int start_level) { cout << " Estimating H1 error... "; KellyErrorEstimator ee; - QTrapez eq; + QSimpson eq; ee.estimate_error (*dof, eq, fe, boundary, KellyErrorEstimator::FunctionMap(), solution,