]> https://gitweb.dealii.org/ - dealii.git/commitdiff
TODO
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Wed, 19 Apr 2000 14:44:01 +0000 (14:44 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Wed, 19 Apr 2000 14:44:01 +0000 (14:44 +0000)
git-svn-id: https://svn.dealii.org/trunk@2757 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/multigrid/mg_dof_handler.cc

index 46f2aa809d9c0042f0a6c82a4f46181cec80288e..5f5b4cf75a0b406bf1fcd5bf915bd8edf6110ebf 100644 (file)
@@ -1563,6 +1563,7 @@ void MGDoFHandler<1>::reserve_space () {
                                   // now allocate the needed space
   for (unsigned int vertex=0; vertex<tria->vertices.size(); ++vertex)
     {
+//TODO: These conditions are violated on unused vertices
       Assert (min_level[vertex] < tria->n_levels(),   ExcInternalError());
       Assert (max_level[vertex] >= min_level[vertex], ExcInternalError());
 
@@ -1653,6 +1654,7 @@ void MGDoFHandler<2>::reserve_space () {
 // now allocate the needed space
   for (unsigned int vertex=0; vertex<tria->vertices.size(); ++vertex)
     {
+//TODO: These conditions are violated on unused vertices
       Assert (min_level[vertex] < tria->n_levels(),   ExcInternalError());
       Assert (max_level[vertex] >= min_level[vertex], ExcInternalError());
 
@@ -1746,6 +1748,7 @@ void MGDoFHandler<3>::reserve_space () {
                                   // now allocate the needed space
   for (unsigned int vertex=0; vertex<tria->vertices.size(); ++vertex)
     {
+//TODO: These conditions are violated on unused vertices
       Assert (min_level[vertex] < tria->n_levels(),   ExcInternalError());
       Assert (max_level[vertex] >= min_level[vertex], ExcInternalError());
 

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.