From c6123183751849556e4c2fefcf42f8c2ec5eee00 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 29 Apr 1998 12:10:19 +0000 Subject: [PATCH] Use other quadrature formula when integrating over faces. git-svn-id: https://svn.dealii.org/trunk@225 0785d39b-7218-0410-832d-ea1e28bc413d --- .../deal.II/Attic/examples/error-estimation/error-estimation.cc | 2 +- tests/big-tests/error-estimation/error-estimation.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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, -- 2.39.5