From: wolf Date: Mon, 19 Apr 1999 21:33:43 +0000 (+0000) Subject: . X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7641d63603b10e812cc2d1a0996e33822d784cf3;p=dealii-svn.git . git-svn-id: https://svn.dealii.org/trunk@1182 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/Todo b/deal.II/deal.II/Todo index 395e5d70a0..8fc1afa92f 100644 --- a/deal.II/deal.II/Todo +++ b/deal.II/deal.II/Todo @@ -166,4 +166,11 @@ Remove the flag -fno-vtable-thunks if egcs's bug is removed someday. Add support for MGTransferPrebuilt and MGSmoother if a user wants to solve exactly on another than the coarsest grid. In this case, - some matrices and other arrays need not be computed. \ No newline at end of file + some matrices and other arrays need not be computed. + + +Unify lots of code of the two Cuthill-McKee dof renumbering functions + in numerics/dof_renumbering.cc. This should be rather + straightforward, since all the unified code needs to get is a + sparsity structure, possibly compressed and return a vector + of numbers. Simple task.