From 41b43f1f55b7eff585d05eaa611f0a0888e26d93 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 3 Nov 2010 11:43:11 +0000 Subject: [PATCH] Add an entry on boundary forms. git-svn-id: https://svn.dealii.org/trunk@22596 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/headers/glossary.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/deal.II/doc/doxygen/headers/glossary.h b/deal.II/doc/doxygen/headers/glossary.h index 3a548bb682..c460b12909 100644 --- a/deal.II/doc/doxygen/headers/glossary.h +++ b/deal.II/doc/doxygen/headers/glossary.h @@ -198,6 +198,14 @@ * * * + *
@anchor GlossBoundaryForm Boundary form
+ * + *
The boundary form is the vector product of the image of + * coordinate vectors on the surface of the unit cell. It is a vector + * normal to the surface, pointing outwards and having the length of + * the surface element.
+ * + * *
@anchor GlossComponent Component
* *
When considering systems of equations in which the solution is not -- 2.39.5