From: Alexander Grayver Date: Thu, 26 Jul 2018 10:52:08 +0000 (+0200) Subject: Deprecate project_boundary_values_curl_conforming X-Git-Tag: v9.1.0-rc1~878^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8699ce527eac752d20e1ea345e7a3534783af098;p=dealii.git Deprecate project_boundary_values_curl_conforming --- 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,