From: guido Date: Wed, 14 Sep 2005 09:35:56 +0000 (+0000) Subject: Warning on missing tests X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69c183c9de4ea140df402ebb1f406246de509280;p=dealii-svn.git Warning on missing tests git-svn-id: https://svn.dealii.org/trunk@11416 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/fe/fe_tools.h b/deal.II/deal.II/include/fe/fe_tools.h index 5c88bc49fc..f11781950c 100644 --- a/deal.II/deal.II/include/fe/fe_tools.h +++ b/deal.II/deal.II/include/fe/fe_tools.h @@ -223,7 +223,12 @@ class FETools * of the face on the refined side * of the face for which this is * computed. - */ + * + * @warning This function will be + * used in computing constraint + * matrices. It is not + * sufficiently tested yet. + */ template static void compute_face_embedding_matrices(const FiniteElement& fe, FullMatrix* matrices,