From e2006752684ce3de4ea6c51d67c98c5428f26929 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 23 Jan 2006 18:10:22 +0000 Subject: [PATCH] Write about the fe classes. git-svn-id: https://svn.dealii.org/trunk@12130 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/headers/main.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/deal.II/doc/doxygen/headers/main.h b/deal.II/doc/doxygen/headers/main.h index 028c2abe6b..287fd82f1c 100644 --- a/deal.II/doc/doxygen/headers/main.h +++ b/deal.II/doc/doxygen/headers/main.h @@ -36,7 +36,17 @@ * prisms. * *
  • Triangulation: - *
  • Finite Element: + * + *
  • Finite Element: Finite element classes describe the + * properties of a finite element space as defined on the unit + * cell. This includes, for example, how many degrees of freedom are + * located at vertices, on lines, or in the interior of cells. In + * addition to this, finite element classes of course have to + * provide values and gradients of individual shape functions at + * points on the unit cell. + * + * The finite element classes are described in the @ref feall module. + * *
  • Quadrature *
  • DoFHandler: *
  • Mapping: -- 2.39.5