]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove some code that appears to now be dead.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 14 Sep 2015 02:14:19 +0000 (21:14 -0500)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 17 Sep 2015 19:45:29 +0000 (14:45 -0500)
source/fe/mapping_q.cc

index cb7e706b7fd81e8bef83d782beb2ea0d2b112728..75a33d8fd9e71e7cd57cdf6d2053f63359f10342 100644 (file)
@@ -518,11 +518,6 @@ transform_real_to_unit_cell (const typename Triangulation<dim,spacedim>::cell_it
 
       compute_mapping_support_points (cell, mdata->mapping_support_points);
 
-      // If this is a q1 mapping, then only use the support points on the
-      // vertices.
-      if (mdata->shape_values.size() < mdata->mapping_support_points.size())
-        mdata->mapping_support_points.resize(GeometryInfo<dim>::vertices_per_cell);
-
       return this->transform_real_to_unit_cell_internal(cell, p, initial_p_unit, *mdata);
     }
   else

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.