From a4d354d07843c74e5c8e2c59f996e657e9a9a531 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 17 Jun 1998 09:48:55 +0000 Subject: [PATCH] . git-svn-id: https://svn.dealii.org/trunk@409 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/Todo | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/deal.II/deal.II/Todo b/deal.II/deal.II/Todo index 6410ffa283..8b1386520b 100644 --- a/deal.II/deal.II/Todo +++ b/deal.II/deal.II/Todo @@ -55,17 +55,16 @@ Look at the fill_fe_values functions for possible optimizations Try to find out what happens if DoFAccessor::get_dof_values is called for a non-active object: what about dof numbers - on non-active lines/quads? Are they all zero? Can we check for - that. + on non-active lines/quads? Are they all -1? Can we check for + that. The problem is that we can't really check for activity + for faces and the like, since they may have children but be + part of active cells anyway. Change to in grid/point.h and grid/tria_iterator.h when this becomes possible. -Fix all those workarounds in Tria::refine_fixed_fraction - - Fill in docs for the timer class. @@ -115,6 +114,10 @@ Revert istrstream(p.c_str()) to istrstream(p) when possible (parameter_handler.cc) +Fully implement the POVRAY format, i.e. use textures, a better angle + of view, etc. The present implementation is only a rudimentary hack. + + @@ -134,7 +137,7 @@ Let all the reinit functions in /lac free their memory, if reinit classes.] Why are there all these unsafe casts from VectorBase to dVector - in dvector.cc? + in dvector.cc? What is VectorBase there for anyway Use unsigned integers for the colnums array in dSMatrixStruct. This would enhance safety since colnum=-1 would no longer point to a @@ -142,3 +145,4 @@ Use unsigned integers for the colnums array in dSMatrixStruct. This Let dSMatrixStruct::compress free the memory of colnums which is no longer needed. + -- 2.39.5