From 27ed73bc41ce3301a4b370e1baac952161c0b023 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 3 Apr 1998 18:04:01 +0000 Subject: [PATCH] Some annotations. git-svn-id: https://svn.dealii.org/trunk@136 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/Todo | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/deal.II/deal.II/Todo b/deal.II/deal.II/Todo index 5623f93b17..00ad3fb462 100644 --- a/deal.II/deal.II/Todo +++ b/deal.II/deal.II/Todo @@ -48,6 +48,25 @@ Use the C++ standard string classes instead of the libg++ String class. +Invent a FEFaceValues class representing the restriction of a FE to + the face of a cell. Use this mechanism for the calculation of + dirichlet bc and for contour integrals, either around the domain + or around a cell. Remove the FE::face_ansatz_points function. + + +Let the FE objects take DoF-iterators rather than Tria-iterators. + +Check usage of vectors: functions should assume that the objects have + the right size already. + +Set dirichlet bc to the solution vector after solving (setting it + beforehand is not enough, the search directions for CG contain + components in the directions of these nodes, even if they are not + coupled to the other dofs. Strange.) + + + + -- 2.39.5