From: wolf Date: Wed, 29 Apr 1998 12:07:27 +0000 (+0000) Subject: . X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e483c689f7a7c44320c974e0b5b412060fd10d3;p=dealii-svn.git . git-svn-id: https://svn.dealii.org/trunk@221 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/Todo b/deal.II/deal.II/Todo index f54b022e24..3b2c45ba06 100644 --- a/deal.II/deal.II/Todo +++ b/deal.II/deal.II/Todo @@ -70,6 +70,12 @@ Remove FiniteElementData<>::operator == and let it be generated Look at the fill_fe_values functions for possible optimizations. +Try to find out what happens if DoFAccessor::get_dof_values is + called for a non-active object: what about dof numbers + on non-active lines/quads? Are they all zero? Can we check for + that. + + DEAL: