]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Remove FETools::get_fe_from_name
authorDaniel Arndt <arndtd@ornl.gov>
Fri, 26 Jun 2020 13:25:06 +0000 (09:25 -0400)
committerDaniel Arndt <arndtd@ornl.gov>
Fri, 26 Jun 2020 13:28:36 +0000 (09:28 -0400)
include/deal.II/fe/fe_tools.h
include/deal.II/fe/fe_tools.templates.h
source/fe/fe_nedelec_sz.cc
source/fe/fe_tools.inst.in

index 08982b674588ec0aa87a02b341f5c910ba2fb2a5..6f3f4b486ae5395fe1628492c5c0c8bcc47d516f 100644 (file)
@@ -1298,15 +1298,6 @@ namespace FETools
   std::unique_ptr<FiniteElement<dim, spacedim>>
   get_fe_by_name(const std::string &name);
 
-
-  /**
-   * @deprecated Use get_fe_by_name() with two template parameters instead
-   */
-  template <int dim>
-  DEAL_II_DEPRECATED FiniteElement<dim, dim> *
-                     get_fe_from_name(const std::string &name);
-
-
   /**
    * Extend the list of finite elements that can be generated by
    * get_fe_by_name() by the one given as @p name. If get_fe_by_name() is
index 76898520b917c07437a6c41c0bc68ef7c8e6b12a..784a5c9d663a164b48854cb1bd24fe155c2af3b9 100644 (file)
@@ -2635,15 +2635,6 @@ namespace FETools
 
 
 
-  template <int dim>
-  FiniteElement<dim> *
-  get_fe_from_name(const std::string &parameter_name)
-  {
-    return get_fe_by_name<dim, dim>(parameter_name).release();
-  }
-
-
-
   template <int dim, int spacedim>
   std::unique_ptr<FiniteElement<dim, spacedim>>
   get_fe_by_name(const std::string &parameter_name)
index 15a6b4901cbda67677f1a57545a97a2f282f7c88..03221321ba1440d644f7a8aa2084402e0b3ca24d 100644 (file)
@@ -2203,13 +2203,8 @@ template <int dim, int spacedim>
 std::string
 FE_NedelecSZ<dim, spacedim>::get_name() const
 {
-  // note that the
-  // FETools::get_fe_from_name
-  // function depends on the
-  // particular format of the string
-  // this function returns, so they
-  // have to be kept in synch
-
+  // note that the FETools::get_fe_by_name function depends on the particular
+  // format of the string this function returns, so they have to be kept in sync
   std::ostringstream namebuf;
   namebuf << "FE_NedelecSZ<" << dim << ">(" << this->degree - 1 << ")";
 
index 29faa5dbd7e599bb3d88d3da1f468039742642f7..c77d24dc53313c9744fba1a9ab1abc1b10ff0c26 100644 (file)
@@ -176,9 +176,6 @@ for (deal_II_dimension : DIMENSIONS; deal_II_space_dimension : SPACE_DIMENSIONS)
 
       template class FEFactoryBase<deal_II_dimension>;
 
-      template FiniteElement<deal_II_dimension> *
-      get_fe_from_name<deal_II_dimension>(const std::string &);
-
       template FullMatrix<double>
       compute_node_matrix(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.