]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
No need to estimate the error in output_results if we're not going to do
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 22 Feb 2011 03:49:02 +0000 (03:49 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 22 Feb 2011 03:49:02 +0000 (03:49 +0000)
anything with it.

git-svn-id: https://svn.dealii.org/trunk@23406 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-32/step-32.cc

index ec9b66fe2332388a5487e20dbe7e403e71e33628..cd0bee28dcd92531b5703e7574181924f1dee6f7 100644 (file)
@@ -3206,13 +3206,6 @@ template <int dim>
 void BoussinesqFlowProblem<dim>::output_results ()
 {
   computing_timer.enter_section ("Postprocessing");
-  Vector<float> estimated_error_per_cell (triangulation.n_active_cells());
-
-  KellyErrorEstimator<dim>::estimate (temperature_dof_handler,
-                                      QGauss<dim-1>(temperature_degree+1),
-                                      typename FunctionMap<dim>::type(),
-                                      temperature_solution,
-                                      estimated_error_per_cell);
 
   const FESystem<dim> joint_fe (stokes_fe, 1,
                                 temperature_fe, 1);

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.