]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove deprecated function FETools::get_node_matrix().
authorWolfgang Bangerth <bangerth@colostate.edu>
Mon, 17 Apr 2017 00:33:23 +0000 (18:33 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Mon, 17 Apr 2017 00:33:23 +0000 (18:33 -0600)
include/deal.II/fe/fe_tools.h
source/fe/fe_tools.cc
source/fe/fe_tools.inst.in

index 98275c16668d8e99880a24558fdcb106b5528d6e..3f5309769578db4553fe39c577b823e637d74fde 100644 (file)
@@ -302,17 +302,6 @@ namespace FETools
   FullMatrix<double>
   compute_node_matrix(const FiniteElement<dim,spacedim> &fe);
 
-  /**
-   * Same as the function above, but return the matrix by reference through
-   * the first argument, rather than as the function's return value.
-   *
-   * @deprecated
-   */
-  template <int dim, int spacedim>
-  void
-  compute_node_matrix(FullMatrix<double> &M,
-                      const FiniteElement<dim,spacedim> &fe) DEAL_II_DEPRECATED;
-
   /**
    * For all possible (isotropic and anisotropic) refinement cases compute the
    * embedding matrices from a coarse cell to the child cells. Each column of
index 5915432825ae0de3e22c67a891ddba0cf50066b1..7a10f5db894064cb2293a5e0914530019e2aa175 100644 (file)
@@ -1665,16 +1665,6 @@ namespace FETools
 
 
 
-  template<int dim, int spacedim>
-  void
-  compute_node_matrix(FullMatrix<double> &M,
-                      const FiniteElement<dim,spacedim> &fe)
-  {
-    M = compute_node_matrix (fe);
-  }
-
-
-
   /*
     template<>
     void
index 0d852fcdf44cff7d4409a0f735b5d6b6c21d1a8a..a87028c66f3efd01e436231ac45615116e3b186a 100644 (file)
@@ -146,11 +146,6 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension :  SPACE_DIMENSIONS
     FullMatrix<double>
     compute_node_matrix(const FiniteElement<deal_II_dimension> &);
 
-    template
-    void
-    compute_node_matrix(FullMatrix<double> &,
-                        const FiniteElement<deal_II_dimension> &);
-
     template
     void compute_component_wise(
         const FiniteElement<deal_II_dimension> & ,

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.