From: Wolfgang Bangerth Date: Sat, 13 Jun 1998 12:20:06 +0000 (+0000) Subject: . X-Git-Tag: v8.0.0~22850 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b6f62659a36c2ec7b64f7e5b5a5928b37c1e0a2;p=dealii.git . git-svn-id: https://svn.dealii.org/trunk@404 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/Todo b/deal.II/deal.II/Todo index e10dddd1cb..6410ffa283 100644 --- a/deal.II/deal.II/Todo +++ b/deal.II/deal.II/Todo @@ -5,15 +5,6 @@ Remove the comment signs in the monitor_* functions in tria.cc memory checks failed. -Rewrite code like - int flagged_cells = 0; - for (; cell!=endc; ++cell) - if (cell->refine_flag_set()) - ++flagged_cells; - using the STL count() operation with a member function predicate if - available. - - Write monitors to control whether enough memory was allocated for the vectors (i.e. after a process, whether size()==capacity()). (for DoF) @@ -104,8 +95,11 @@ Implement coarsening of grids and update docs for that. Note the Coarsening on the contrary never deletes additional cells. Update algo section in tria docs for new smoothing strategies. - What happens if cells on the coarest level are flagged?? + Document that multiple loops of preparation for refinement and + coarsening do not interact, so smoothing may only be optimal if + #prepare_*# are called intermittently until nothing more changed. + Document the behaviour of #prepare_*# and of the return value. Check all places where condensation of matrices/vectors and @@ -117,7 +111,9 @@ Check all places where condensation of matrices/vectors and of the 3D library. -Delete exception Triangulation<>::ExcUnusedMemoryAtEnd +Revert istrstream(p.c_str()) to istrstream(p) when possible + (parameter_handler.cc) +