From 048087f6d99a3c22bfef9cd22f9ce8aacd832890 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 29 Jun 1999 07:08:06 +0000 Subject: [PATCH] . git-svn-id: https://svn.dealii.org/trunk@1497 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/Todo | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/deal.II/deal.II/Todo b/deal.II/deal.II/Todo index c85e1367d2..ad32472198 100644 --- a/deal.II/deal.II/Todo +++ b/deal.II/deal.II/Todo @@ -186,5 +186,19 @@ old argument 'const unsigned int selected_component'. Update documentation on Boundaries in Triangulation (Guido!) + +Make DataOut_Patch local to DataOutBase, as noted in the comment, + whenever the compiler happily accepts that. + + Fix MGTransferPrebuilt::build_matrices, think about diagonals in square sparse matrices. + + +In GridOut::write_ucd, a vector of vertices is built along with + another vector stating which of these are used. These are actually + the same arrays as exist already in the triangulation, but I did not + want to write just another access function. However, someone should + take a look whether re-building these arrays is a large wast of + computing time and memory, or whether it is justifiable. + -- 2.39.5