From: Wolfgang Bangerth Date: Mon, 18 May 1998 16:46:43 +0000 (+0000) Subject: . X-Git-Tag: v8.0.0~22943 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1508c368d1e6fe6101f01c12e17e51c24d38bac2;p=dealii.git . git-svn-id: https://svn.dealii.org/trunk@311 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/Todo b/deal.II/deal.II/Todo index 8dd829686c..7e35ca7326 100644 --- a/deal.II/deal.II/Todo +++ b/deal.II/deal.II/Todo @@ -83,6 +83,7 @@ Change in in grid/point.h and Find and fix the bug in Tria::refine_fixed_fraction +Fill in docs for the timer class. @@ -99,7 +100,7 @@ Give mia::State a much better name, same for Control ! :-]]] Let all the reinit functions in /lac free their memory, if reinit is called with less requirements. Maybe give free all memory if the given dimension is zero. If so, check all deal.II files - for use of reinit. + for use of reinit. (At present, new dimension==0 is not allowed.) Why are there all these unsafe casts from VectorBase to dVector in dvector.cc?