From: wolf Date: Wed, 20 May 1998 17:10:14 +0000 (+0000) Subject: . X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad8ab456e5f25c658ad7dfec01db2a98c9d4dde3;p=dealii-svn.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: