]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Correction in documentation
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 10 May 1999 14:51:53 +0000 (14:51 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 10 May 1999 14:51:53 +0000 (14:51 +0000)
git-svn-id: https://svn.dealii.org/trunk@1308 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/fe/fe_linear_mapping.h

index 0ce48ecdd2055cea453b2f44f8fc1c272dd881bf..84177c9a698d52ab381aef8dc3469e231119bfc7 100644 (file)
 
 
 /**
- * Abstract base class for concrete finite elements which use a
- * (bi-,tri-)linear mapping from the unit cell to the real cell. Some
- * functions can be singled out from these elements and are collected
- * in this one.
+ * Implementation of Q1 transformation to the unit cell.
+ * All finite element classes using a Q1 mapping of the grid cell to the
+ * unit cell may be derived from this class. The grid transformation functions
+ * are implemented here and do not have to be taken care of later.
  */
 template <int dim>
-class FELinearMapping : public FiniteElement<dim> {
+class FELinearMapping
+  :
+  public FiniteElement<dim>
+{
   public:
                                     /**
                                      * Constructor. Simply passes through

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.