]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Use other quadrature formula when integrating over faces.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 29 Apr 1998 12:10:19 +0000 (12:10 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Wed, 29 Apr 1998 12:10:19 +0000 (12:10 +0000)
git-svn-id: https://svn.dealii.org/trunk@225 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/Attic/examples/error-estimation/error-estimation.cc
tests/big-tests/error-estimation/error-estimation.cc

index c515c76c9ffbea65d4af861a1605afa567d92d7b..59bfaa089758dd18d449679dc5fbeca34eb12660 100644 (file)
@@ -301,7 +301,7 @@ void PoissonProblem<dim>::run (const unsigned int start_level) {
 
   cout << "    Estimating H1 error... ";
   KellyErrorEstimator<dim> ee;
-  QTrapez<dim-1> eq;
+  QSimpson<dim-1> eq;
   ee.estimate_error (*dof, eq, fe, boundary,
                     KellyErrorEstimator<dim>::FunctionMap(),
                     solution,
index c515c76c9ffbea65d4af861a1605afa567d92d7b..59bfaa089758dd18d449679dc5fbeca34eb12660 100644 (file)
@@ -301,7 +301,7 @@ void PoissonProblem<dim>::run (const unsigned int start_level) {
 
   cout << "    Estimating H1 error... ";
   KellyErrorEstimator<dim> ee;
-  QTrapez<dim-1> eq;
+  QSimpson<dim-1> eq;
   ee.estimate_error (*dof, eq, fe, boundary,
                     KellyErrorEstimator<dim>::FunctionMap(),
                     solution,

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.