From d70998798aae34a09368b6d46f9d793bffb9b8f3 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 12 Nov 2002 23:31:28 +0000 Subject: [PATCH] Add a TODO. git-svn-id: https://svn.dealii.org/trunk@6759 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/numerics/solution_transfer.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deal.II/deal.II/source/numerics/solution_transfer.cc b/deal.II/deal.II/source/numerics/solution_transfer.cc index 3e254149a2..88691b780f 100644 --- a/deal.II/deal.II/source/numerics/solution_transfer.cc +++ b/deal.II/deal.II/source/numerics/solution_transfer.cc @@ -22,6 +22,10 @@ #include #include + +//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; -- 2.39.5