]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Leave a number of TODOs.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 20 Jun 2005 20:42:20 +0000 (20:42 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 20 Jun 2005 20:42:20 +0000 (20:42 +0000)
git-svn-id: https://svn.dealii.org/trunk@10895 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/fe_tools.cc

index 08ea2dfb17fdcc641563176ecad46da9d15c2e7b..71718f6d0624915468dd067f53fa8fe8d348a1d3 100644 (file)
@@ -593,6 +593,9 @@ void
 FETools::compute_projection_matrices(const FiniteElement<dim>& fe,
                                     FullMatrix<number>* matrices)
 {
+//TODO[GK]: clean up this function and make it work  
+  Assert (false, ExcNotImplemented());
+  
   const unsigned int nc = GeometryInfo<dim>::children_per_cell;
   const unsigned int n  = fe.dofs_per_cell;
   const unsigned int nd = fe.n_components();
@@ -610,6 +613,7 @@ FETools::compute_projection_matrices(const FiniteElement<dim>& fe,
                                    * other refined, together with
                                    * DoFHandler and finite elements.
                                    */
+//TODO[GK]: This should be changed just like the function above, i.e. not use a DoFHandler at all (and use the Triangulation alone), and to use only a single triangulation. this would make it significantly more efficient
   Triangulation<dim> tr_coarse;
   Triangulation<dim> tr_fine;
   GridGenerator::hyper_cube (tr_coarse, 0, 1);

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.