]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Doxygen's formula mechanism doesn't really work all that well yet...
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 15 Jan 2006 00:41:50 +0000 (00:41 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 15 Jan 2006 00:41:50 +0000 (00:41 +0000)
git-svn-id: https://svn.dealii.org/trunk@12032 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/doxygen/headers/fe.h

index c1f5140bfd67ca28e8841471d4e6c52655e3da89..6db1fdeec8724fb1c037db903bae8331a55849b1 100644 (file)
  * The classes in this module are used when one wants to assemble matrices or
  * vectors. They link finite elements, quadrature objects, and mappins: the
  * finite element classes describes a finite element space on a unit cell
- * (i.e. the unit line segment, square, or cube @f$[0,1]^d@f$), the quadrature
- * classes describe where quadrature points are located and what weight they
- * have, and the mapping classes describe how to map a point from the unit
- * cell to a real cell and back. Since integration happens at quadrature
- * points on the real cell, and needs to know their location as well as the
- * values and gradients of finite element shape functions at these points. The
- * FEValues class coordinates getting this information. For integrations on
- * faces (for example for integration on the boundary, or interfaces between
- * cells), the FEFaceValues class offers similar functionality as the FEValues
- * class does for cells. Finally, the FESubfaceValues class offers the
- * possibility to ingrate on parts of faces if the neighboring cell is refined
- * and the present cell shares only a part of its face with the neighboring
- * cell.
+ * (i.e. the unit line segment, square, or cube <tt>[0,1]^d</tt>), the
+ * quadrature classes describe where quadrature points are located and what
+ * weight they have, and the mapping classes describe how to map a point from
+ * the unit cell to a real cell and back. Since integration happens at
+ * quadrature points on the real cell, and needs to know their location as
+ * well as the values and gradients of finite element shape functions at these
+ * points. The FEValues class coordinates getting this information. For
+ * integrations on faces (for example for integration on the boundary, or
+ * interfaces between cells), the FEFaceValues class offers similar
+ * functionality as the FEValues class does for cells. Finally, the
+ * FESubfaceValues class offers the possibility to ingrate on parts of faces
+ * if the neighboring cell is refined and the present cell shares only a part
+ * of its face with the neighboring cell.
  *
  * The last member of this group, the UpdateFlags enumeration, is used as an
  * optimization: instead of letting the FEValues class compute every possible

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.