]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove a function now no longer needed.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 18 Sep 2015 16:13:01 +0000 (11:13 -0500)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Thu, 1 Oct 2015 20:10:23 +0000 (15:10 -0500)
include/deal.II/fe/mapping_q.h
source/fe/mapping_q.cc

index 3dc87c4699002a1e87094aef7426b5b13bfd9334..f4ed9fc6110aaaa899b3ca394f5a4e94b44fd93b 100644 (file)
@@ -286,12 +286,6 @@ protected:
    */
   std_cxx11::unique_ptr<const MappingQ1<dim,spacedim> > q1_mapping;
 
-  //TODO: Remove again -- all the function does is bypass the inherited function from MappingQ1 and go back to the one in the MappingQGeneric base class
-  virtual
-  void
-  compute_mapping_support_points (const typename Triangulation<dim,spacedim>::cell_iterator &cell,
-                                  std::vector<Point<spacedim> > &a) const;
-
   /**
    * Declare other MappingQ classes friends.
    */
index 863fa940ebeec2011246c3e8be84c884ec1e8f71..fc3b674652e0d09c34dba11a542d1394246525a8 100644 (file)
@@ -302,17 +302,6 @@ fill_fe_subface_values (const typename Triangulation<dim,spacedim>::cell_iterato
 }
 
 
-template<int dim, int spacedim>
-void
-MappingQ<dim,spacedim>::
-compute_mapping_support_points(const typename Triangulation<dim,spacedim>::cell_iterator &cell,
-                               std::vector<Point<spacedim> > &a) const
-{
-  MappingQGeneric<dim,spacedim>::compute_mapping_support_points (cell, a);
-}
-
-
-
 template<int dim, int spacedim>
 void
 MappingQ<dim,spacedim>::
@@ -514,8 +503,6 @@ transform_real_to_unit_cell (const typename Triangulation<dim,spacedim>::cell_it
       std_cxx11::unique_ptr<InternalData> mdata (get_data(update_flags,
                                                           point_quadrature));
 
-      mdata->use_mapping_q1_on_current_cell = false;
-
       compute_mapping_support_points (cell, mdata->mapping_support_points);
 
       return this->transform_real_to_unit_cell_internal(cell, p, initial_p_unit, *mdata);

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.