From: wolf Date: Tue, 29 Jun 1999 07:08:06 +0000 (+0000) Subject: . X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=048087f6d99a3c22bfef9cd22f9ce8aacd832890;p=dealii-svn.git . git-svn-id: https://svn.dealii.org/trunk@1497 0785d39b-7218-0410-832d-ea1e28bc413d --- 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. +