From: Wolfgang Bangerth Date: Fri, 26 May 2000 12:06:05 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v8.0.0~20452 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02a78eff0ccc06dec24d1d4d393e0b711e2ab0f2;p=dealii.git *** empty log message *** git-svn-id: https://svn.dealii.org/trunk@2955 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/Todo b/deal.II/deal.II/Todo index 8553fb7a9d..14e7526923 100644 --- a/deal.II/deal.II/Todo +++ b/deal.II/deal.II/Todo @@ -130,4 +130,10 @@ Move the TriaNumberCache into the Triangulation class once the Why is dof_renumbering.h in include/numerics, but dof_renumbering.cc - in source/dofs?? \ No newline at end of file + in source/dofs?? + + +DataOut determines whether something is a DoF or cell vector by the + size of the vector. This will fail if someone is using DG0 elements, + since there the number of elements of both types of vectors is the + same, but the ordering will usually differ.