]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
add three TODOs.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 23 Jul 2002 14:54:15 +0000 (14:54 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 23 Jul 2002 14:54:15 +0000 (14:54 +0000)
git-svn-id: https://svn.dealii.org/trunk@6267 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 5f4532419d3b6c3a922ac4ebc9b71e79e1d36da4..bff29f91b059683f78e63a4c40e542eb8befda62 100644 (file)
@@ -94,6 +94,7 @@ class FEValuesData
                                      * thus have a row in the array
                                      * presently under discussion.
                                      */
+//TODO[WB]: use vector2d here    
     typedef FullMatrix<double> ShapeVector;
 
                                     /**
@@ -102,6 +103,7 @@ class FEValuesData
                                      * is the same as for the
                                      * @ref{ShapeVector} data type.
                                      */
+//TODO[WB]: use vector2d here
     typedef
     std::vector<std::vector<Tensor<1,dim> > >
     GradientVector;
@@ -110,6 +112,7 @@ class FEValuesData
                                      * Likewise for second order
                                      * derivatives.
                                      */
+//TODO[WB]: use vector2d here
     typedef
     std::vector<std::vector<Tensor<2,dim> > >
     GradGradVector;

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.