From: Wolfgang Bangerth Date: Wed, 20 May 1998 17:10:14 +0000 (+0000) Subject: . X-Git-Tag: v8.0.0~22929 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=127cf7ddd915be535311a638ec56a032a679aeff;p=dealii.git . git-svn-id: https://svn.dealii.org/trunk@325 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/Todo b/deal.II/deal.II/Todo index eac05b3631..69b1f68868 100644 --- a/deal.II/deal.II/Todo +++ b/deal.II/deal.II/Todo @@ -91,6 +91,14 @@ Use a correct strategy to output the reduction rate for adaptively refined grids in examples/error-estimation +In VectorTools::project_boundary_values, no condensation of sparsity + structures, matrices and right hand sides or distribution of + solution vectors is performed, This is ok for dim<3 because then + there are no constrained nodes on the boundary, but is not + acceptable for higher dimensions. Fix this. + + + DEAL: