]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Add a couple of TODOs.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 1 May 2006 17:51:09 +0000 (17:51 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 1 May 2006 17:51:09 +0000 (17:51 +0000)
git-svn-id: https://svn.dealii.org/trunk@12942 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/dofs/dof_accessor.cc

index 03760ceeccd0472ddf658cbd33f606bd4de1493d..ea20d141f275c616c18130e4338a77dcf5f6e8ea 100644 (file)
@@ -383,6 +383,8 @@ template <>
 void
 DoFCellAccessor<hp::DoFHandler<1> >::update_cell_dof_indices_cache () const
 {
+//TODO[WB]: should implement a dof indices cache for hp as well
+  
                                   // not implemented, but should also
                                   // not be called
   Assert (false, ExcNotImplemented());
@@ -462,6 +464,8 @@ template <>
 void
 DoFCellAccessor<hp::DoFHandler<2> >::update_cell_dof_indices_cache () const
 {
+//TODO[WB]: should implement a dof indices cache for hp as well
+  
                                   // not implemented, but should also
                                   // not be called
   Assert (false, ExcNotImplemented());
@@ -543,6 +547,8 @@ template <>
 void
 DoFCellAccessor<hp::DoFHandler<3> >::update_cell_dof_indices_cache () const
 {
+//TODO[WB]: should implement a dof indices cache for hp as well
+  
                                   // not implemented, but should also
                                   // not be called
   Assert (false, ExcNotImplemented());

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.