From 8699ce527eac752d20e1ea345e7a3534783af098 Mon Sep 17 00:00:00 2001 From: Alexander Grayver Date: Thu, 26 Jul 2018 12:52:08 +0200 Subject: [PATCH] Deprecate project_boundary_values_curl_conforming --- include/deal.II/numerics/vector_tools.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/include/deal.II/numerics/vector_tools.h b/include/deal.II/numerics/vector_tools.h index 5aeb746549..58c4101a8e 100644 --- a/include/deal.II/numerics/vector_tools.h +++ b/include/deal.II/numerics/vector_tools.h @@ -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 - void + DEAL_II_DEPRECATED void project_boundary_values_curl_conforming( const DoFHandler & 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 - void + DEAL_II_DEPRECATED void project_boundary_values_curl_conforming( const hp::DoFHandler & dof_handler, const unsigned int first_vector_component, -- 2.39.5