]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add a TODO.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 12 Nov 2002 23:31:28 +0000 (23:31 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 12 Nov 2002 23:31:28 +0000 (23:31 +0000)
git-svn-id: https://svn.dealii.org/trunk@6759 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/numerics/solution_transfer.cc

index 3e254149a218031cd02ee6178a548aeb6ae08c08..88691b780fac34fccbfb9843e8bb66b3a465281a 100644 (file)
 #include <lac/vector.h>
 #include <numerics/solution_transfer.h>
 
+
+//TODO: the storage of data in the indices_on_cell array is rather inefficient, both in terms of memory as well as in terms of computing time, since we allocate a large array of small vectors. It would be more efficient to use a Table<2> for that, but since we let user pointers point into this data, this is not exactly a 5-minuter to change. should be done, however, sometimes.
+
+
 // if necessary try to work around a bug in the IBM xlC compiler
 #ifdef XLC_WORK_AROUND_STD_BUG
 using namespace std;

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.