]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove deprecated function FEValuesBase::transform().
authorWolfgang Bangerth <bangerth@colostate.edu>
Thu, 4 May 2017 22:09:09 +0000 (16:09 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Thu, 4 May 2017 22:09:09 +0000 (16:09 -0600)
include/deal.II/fe/fe_values.h
source/fe/fe_values.cc

index 6e20e8dbf002073ad62b815ef8f04cbe3591ce62..73cbefd5d21da539c74fc5d6f1e1c6d737bfddfc 100644 (file)
@@ -2420,16 +2420,6 @@ public:
    */
   const std::vector<Tensor<1,spacedim> > &get_normal_vectors () const;
 
-  /**
-   * Transform a set of vectors, one for each quadrature point. The
-   * <tt>mapping</tt> can be any of the ones defined in MappingType.
-   *
-   * @deprecated Use the various Mapping::transform() functions instead.
-   */
-  void transform (std::vector<Tensor<1,spacedim> > &transformed,
-                  const std::vector<Tensor<1,dim> > &original,
-                  MappingType mapping) const DEAL_II_DEPRECATED;
-
   //@}
 
   /// @name Extractors Methods to extract individual components
index 34f0eaee3cc1fda98ba0c0d5d86d8e8aa7655d26..ea1927e4609adbea7c0a4d83c468b418546f812a 100644 (file)
@@ -3392,20 +3392,6 @@ FEValuesBase<dim,spacedim>::get_normal_vectors () const
 
 
 
-template <int dim, int spacedim>
-void
-FEValuesBase<dim,spacedim>::
-transform (std::vector<Tensor<1,spacedim> > &transformed,
-           const std::vector<Tensor<1,dim> > &original,
-           MappingType type) const
-{
-  mapping->transform(make_array_view(original),
-                     type,
-                     *mapping_data,
-                     make_array_view(transformed));
-}
-
-
 template <int dim, int spacedim>
 std::size_t
 FEValuesBase<dim,spacedim>::memory_consumption () const

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.