From 4c6920a659749b4aec9cd12619b7d11997793d4a Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 9 Mar 1999 10:20:16 +0000 Subject: [PATCH] . git-svn-id: https://svn.dealii.org/trunk@972 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/Todo | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deal.II/deal.II/Todo b/deal.II/deal.II/Todo index e6766a0e82..5e7bf33f14 100644 --- a/deal.II/deal.II/Todo +++ b/deal.II/deal.II/Todo @@ -168,6 +168,10 @@ Look at the hyper-L and hyper-ball code in 3d. I suspect the cubes are The hypercube is fixed, however. +Let DoFHandler be derived from Subscriptor and let the DataOut object + subscribe to it. Same for FEValues and maybe some more classes. + + Change the vector in 'void DoFQuadAccessor::get_dof_indices( vector &dof_indices) const' in a vector and catch the Error dof_index==-1 inside of this function -- 2.39.5