From: goll Date: Thu, 2 Feb 2012 09:34:54 +0000 (+0000) Subject: Removed accidently commited changes. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80ad3307f40bf65137e2288da3072f74039309e9;p=dealii-svn.git Removed accidently commited changes. git-svn-id: https://svn.dealii.org/trunk@24976 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-27/step-27.cc b/deal.II/examples/step-27/step-27.cc index 8c8d5ec7b3..b6fc5385dc 100644 --- a/deal.II/examples/step-27/step-27.cc +++ b/deal.II/examples/step-27/step-27.cc @@ -454,14 +454,6 @@ namespace Step27 solution, estimated_error_per_cell); - std::vector > support_points(dof_handler.n_dofs()); - - DoFTools::map_dofs_to_support_points(hp::StaticMappingQ1::mapping_collection, - dof_handler, support_points); - - - dealii::Point p(0.5,0.75); - std::cout << VectorTools::point_value(dof_handler, solution, p) << std::endl; Vector smoothness_indicators (triangulation.n_active_cells()); estimate_smoothness (smoothness_indicators);