From 80ad3307f40bf65137e2288da3072f74039309e9 Mon Sep 17 00:00:00 2001 From: goll Date: Thu, 2 Feb 2012 09:34:54 +0000 Subject: [PATCH] Removed accidently commited changes. git-svn-id: https://svn.dealii.org/trunk@24976 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-27/step-27.cc | 8 -------- 1 file changed, 8 deletions(-) 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); -- 2.39.5