From 0ef72b5ecc2fc847127c2697a23bdad32729c30f Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 29 Apr 1998 12:07:27 +0000 Subject: [PATCH] . git-svn-id: https://svn.dealii.org/trunk@221 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/Todo | 6 ++++++ 1 file changed, 6 insertions(+) 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: -- 2.39.5