From 19a2a474d9dd77d55e989c5fd16673554870da5b Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 7 Apr 2003 15:40:42 +0000 Subject: [PATCH] Doc addition. git-svn-id: https://svn.dealii.org/trunk@7364 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_nedelec.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deal.II/deal.II/include/fe/fe_nedelec.h b/deal.II/deal.II/include/fe/fe_nedelec.h index ea1f000607..4d512bfcb0 100644 --- a/deal.II/deal.II/include/fe/fe_nedelec.h +++ b/deal.II/deal.II/include/fe/fe_nedelec.h @@ -25,7 +25,9 @@ template class MappingQ; /** - * Implementation of continuous Nedelec elements for the space H_curl. + * Implementation of continuous Nedelec elements for the space + * H_curl. Note, however, that continuity only concerns the tangential + * component of the vector field. * * The constructor of this class takes the degree @p{p} of this finite * element. However, presently, only lowest order elements -- 2.39.5