]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fix a bug in the documentation
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Thu, 26 Jan 2006 09:26:44 +0000 (09:26 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Thu, 26 Jan 2006 09:26:44 +0000 (09:26 +0000)
git-svn-id: https://svn.dealii.org/trunk@12175 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 1431457b97d79f07101d1ba6699c41ec7cd32587..933810375cc0ef779ceeb0acd054e956b31c37c0 100644 (file)
@@ -1584,30 +1584,26 @@ class FiniteElement : public Subscriptor,
     
   protected:  
                                     /**
-                                     * Array of projection matrices. See
-                                     * get_restriction_matrix() above.
-                                     *
-                                     * Matrices in this array are
-                                     * automatically initialized to
-                                     * correct size. If the derived
-                                     * finite element class does not
-                                     * implement these matrices, they
-                                     * should be resized to zero
-                                     * size.
+                                     * Array of projection
+                                     * matrices. See
+                                     * get_restriction_matrix()
+                                     * above. The constructor
+                                     * initializes these matrices to
+                                     * zero dimensions, which can be
+                                     * changed by derived classes
+                                     * implementing them.
                                      */
     FullMatrix<double> restriction[GeometryInfo<dim>::children_per_cell];
 
                                     /**
-                                     * Array of embedding matrices. See
-                                     * <tt>get_prolongation_matrix()</tt> above.
-                                     *
-                                     * Matrices in this array are
-                                     * automatically initialized to
-                                     * correct size. If the derived
-                                     * finite element class does not
-                                     * implement these matrices, they
-                                     * should be resized to zero
-                                     * size.
+                                     * Array of embedding
+                                     * matrices. See
+                                     * <tt>get_prolongation_matrix()</tt>
+                                     * above. The constructor
+                                     * initializes these matrices to
+                                     * zero dimensions, which can be
+                                     * changed by derived classes
+                                     * implementing them.
                                      */
     FullMatrix<double> prolongation[GeometryInfo<dim>::children_per_cell];
 

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.