From 69c183c9de4ea140df402ebb1f406246de509280 Mon Sep 17 00:00:00 2001 From: guido Date: Wed, 14 Sep 2005 09:35:56 +0000 Subject: [PATCH] Warning on missing tests git-svn-id: https://svn.dealii.org/trunk@11416 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_tools.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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, -- 2.39.5