From: Wolfgang Bangerth Date: Sat, 13 Feb 1999 11:34:56 +0000 (+0000) Subject: . X-Git-Tag: v8.0.0~22459 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=faeaed15a648f2472c9f4f3c0aef93364f28cf6c;p=dealii.git . git-svn-id: https://svn.dealii.org/trunk@798 0785d39b-7218-0410-832d-ea1e28bc413d --- 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. +