From: Wolfgang Bangerth Date: Mon, 23 Jan 2006 18:10:22 +0000 (+0000) Subject: Write about the fe classes. X-Git-Tag: v8.0.0~12545 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2006752684ce3de4ea6c51d67c98c5428f26929;p=dealii.git Write about the fe classes. git-svn-id: https://svn.dealii.org/trunk@12130 0785d39b-7218-0410-832d-ea1e28bc413d --- 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: