From: Wolfgang Bangerth Date: Wed, 29 Apr 1998 12:07:27 +0000 (+0000) Subject: . X-Git-Tag: v8.0.0~23033 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ef72b5ecc2fc847127c2697a23bdad32729c30f;p=dealii.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: