]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Deprecate project_boundary_values_curl_conforming
authorAlexander Grayver <agrayver@erdw.ethz.ch>
Thu, 26 Jul 2018 10:52:08 +0000 (12:52 +0200)
committerAlexander Grayver <agrayver@erdw.ethz.ch>
Thu, 26 Jul 2018 10:52:08 +0000 (12:52 +0200)
include/deal.II/numerics/vector_tools.h

index 5aeb746549241fb7ac6d21f9bf16143b6e92bf75..58c4101a8e32a1ad26b35998fe64b6dd8f3e89dd 100644 (file)
@@ -1515,13 +1515,16 @@ namespace VectorTools
    * project $(I-P_0-P_e)\vec{f}$ on the bubble shape functions defined on the
    * face.
    *
+   * @deprecated Use the project_boundary_values_curl_conforming_l2() function
+   * instead of this one.
+   *
    * @ingroup constraints
    *
    * @see
    * @ref GlossBoundaryIndicator "Glossary entry on boundary indicators"
    */
   template <int dim>
-  void
+  DEAL_II_DEPRECATED void
   project_boundary_values_curl_conforming(
     const DoFHandler<dim> &      dof_handler,
     const unsigned int           first_vector_component,
@@ -1533,13 +1536,16 @@ namespace VectorTools
   /**
    * Same as above for the hp-namespace.
    *
+   * @deprecated Use the project_boundary_values_curl_conforming_l2() function
+   * instead of this one.
+   *
    * @ingroup constraints
    *
    * @see
    * @ref GlossBoundaryIndicator "Glossary entry on boundary indicators"
    */
   template <int dim>
-  void
+  DEAL_II_DEPRECATED void
   project_boundary_values_curl_conforming(
     const hp::DoFHandler<dim> &            dof_handler,
     const unsigned int                     first_vector_component,

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.