From 46484137a514d5d7483e29beb2bad60635e5655f Mon Sep 17 00:00:00 2001 From: wolf Date: Sat, 13 Feb 1999 11:34:56 +0000 Subject: [PATCH] . git-svn-id: https://svn.dealii.org/trunk@798 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/Todo | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/deal.II/deal.II/Todo b/deal.II/deal.II/Todo index 4c5964790a..0d444a34e8 100644 --- a/deal.II/deal.II/Todo +++ b/deal.II/deal.II/Todo @@ -148,5 +148,17 @@ Review DoFCellAccessor::get_interpolated_dof_values: it may be really be written but are not because the nodal value was zero. +Add tests in Triangulation<3>::create_triangulation for faces (quads) + which are entered twice: once and once again in a rotated or + mirrored direction. + + +Implement boundary information for Triangulation<3>::create_triangulation + + +Better estimates for DoFHandler<3>::max_couplings_between_dofs + + Check optimized code with -Winline and act accordingly. Unfortunately, most warnings are from the STL. + -- 2.39.5