From ab0a8d851d6e0ded9c76a5f603f5dd0e1003fc4c Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 20 May 1998 08:41:29 +0000 Subject: [PATCH] . git-svn-id: https://svn.dealii.org/trunk@321 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/Todo | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/deal.II/deal.II/Todo b/deal.II/deal.II/Todo index 7e35ca7326..eac05b3631 100644 --- a/deal.II/deal.II/Todo +++ b/deal.II/deal.II/Todo @@ -18,6 +18,7 @@ Write monitors to control whether enough memory was allocated for the vectors (i.e. after a process, whether size()==capacity()). (for DoF) + Write Triangulation::mesh_function. @@ -27,17 +28,21 @@ Unify CellAccessor<1> and <2> by renaming and deriving CellAccessor from SubstructAccessor Do the same with DoFLineAccessor and DoFQuadAccessor + Unify FEValues and FEFaceValues to FEValues and use partial specialization. Add support for fast assemblage of mass matrices. + Make AssemblerData a local class to Assembler again if gcc2.8 supports it. + Let ParameterHandler and DataIn/Out throw exceptions. Make more tests - on the input. + on the input. Same for output: check whether file could be created etc. + Replace function objects by mem_fun, fun_ptr, ... when member function templates are supported. @@ -45,11 +50,7 @@ Replace function objects by mem_fun, fun_ptr, ... when member function Remove gcc2.8 workaround with DoFSubstructAccessor -Use the C++ standard string classes instead of the libg++ String - class. - - -Check usage of vectors: functions should assume that the objects have +Check usage of vector<>s: functions should assume that the objects have the right size already. @@ -76,7 +77,7 @@ Try to find out what happens if DoFAccessor::get_dof_values is that. -Change in in grid/point.h and +Change to in grid/point.h and grid/tria_iterator.h when this becomes possible. @@ -86,6 +87,11 @@ Find and fix the bug in Tria::refine_fixed_fraction Fill in docs for the timer class. +Use a correct strategy to output the reduction rate for adaptively + refined grids in examples/error-estimation + + + DEAL: Let an empty dfmatrix assume it has dimensions zero rather than one! -- 2.39.5