From: Wolfgang Bangerth Date: Fri, 3 Apr 1998 18:04:01 +0000 (+0000) Subject: Some annotations. X-Git-Tag: v8.0.0~23118 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27ed73bc41ce3301a4b370e1baac952161c0b023;p=dealii.git Some annotations. git-svn-id: https://svn.dealii.org/trunk@136 0785d39b-7218-0410-832d-ea1e28bc413d --- 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.) + + + +