]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Removed accidently commited changes.
authorgoll <goll@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 2 Feb 2012 09:34:54 +0000 (09:34 +0000)
committergoll <goll@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 2 Feb 2012 09:34:54 +0000 (09:34 +0000)
git-svn-id: https://svn.dealii.org/trunk@24976 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 8c8d5ec7b3c709abc144bb9318077dd2df04c2f0..b6fc5385dc63cc797f8e1e4e4a530270f6d03836 100644 (file)
@@ -454,14 +454,6 @@ namespace Step27
                                        solution,
                                        estimated_error_per_cell);
 
-    std::vector<dealii::Point<2> > support_points(dof_handler.n_dofs());
-
-    DoFTools::map_dofs_to_support_points(hp::StaticMappingQ1<dim>::mapping_collection,
-        dof_handler, support_points);
-
-
-    dealii::Point<dim> p(0.5,0.75);
-    std::cout << VectorTools::point_value(dof_handler, solution, p) << std::endl;
 
     Vector<float> smoothness_indicators (triangulation.n_active_cells());
     estimate_smoothness (smoothness_indicators);

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.