From: wolf Date: Wed, 29 Apr 1998 12:10:19 +0000 (+0000) Subject: Use other quadrature formula when integrating over faces. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9802fa97fef2f9fdc9693be615c9200edf286127;p=dealii-svn.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,