From 127cf7ddd915be535311a638ec56a032a679aeff Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 20 May 1998 17:10:14 +0000 Subject: [PATCH] . git-svn-id: https://svn.dealii.org/trunk@325 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/Todo | 8 ++++++++ 1 file changed, 8 insertions(+) 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: -- 2.39.5