]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add a TODO.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 23 Oct 2003 14:15:52 +0000 (14:15 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 23 Oct 2003 14:15:52 +0000 (14:15 +0000)
git-svn-id: https://svn.dealii.org/trunk@8141 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/numerics/vectors.cc

index 7d40b465571ea006e684aeb87c070f4b38b03628..c77dbca0f5e39b87523c80d5631faf53cf3d2c00 100644 (file)
@@ -1502,7 +1502,8 @@ VectorTools::point_difference (const DoFHandler<dim>& dof,
     endc = dof.end();
 
   std::vector<Vector<double> > u_value(1, Vector<double> (fe.n_components()));
-  
+
+//TODO: replace this linear search over all cells by using a logarithmic: first find teh correct cell on the coarse grid, then loop recursively over its children
   for (;cell != endc; ++cell)
     {
       if (cell->point_inside(point))

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.