]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Assign names to TODOs
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 25 Jan 2002 13:09:39 +0000 (13:09 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 25 Jan 2002 13:09:39 +0000 (13:09 +0000)
git-svn-id: https://svn.dealii.org/trunk@5420 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/include/multigrid/mg_tools.templates.h

index 9990798d489751d9702f6b1e8bd816e70470e8cb..c6e9ef8e03a5cdf5982f7762b985c4a33e4d955d 100644 (file)
@@ -177,7 +177,7 @@ MGTransferPrebuilt::copy_from_mg(const MGDoFHandler<dim>& mg_dof_handler,
     };
 
                                   // clear constrained nodes
-//TODO:  constraints->set_zero(dst);
+//TODO:[GK]  constraints->set_zero(dst);
 }
 
 template <int dim, class OutVector>
@@ -214,7 +214,7 @@ MGTransferPrebuilt::copy_from_mg_add(const MGDoFHandler<dim>& mg_dof_handler,
       global_cell.get_dof_indices (global_dof_indices);
       level_cell->get_mg_dof_indices(level_dof_indices);
 
-//TODO: Probably wrong for continuous elements
+//TODO:[GK] Probably wrong for continuous elements
 
                                       // copy level-wise data to
                                       // global vector
@@ -223,7 +223,7 @@ MGTransferPrebuilt::copy_from_mg_add(const MGDoFHandler<dim>& mg_dof_handler,
     };
 
                                   // clear constrained nodes
-//TODO:  constraints->set_zero(dst);
+//TODO:[GK]  constraints->set_zero(dst);
 }
 
 
@@ -406,7 +406,7 @@ MGTransferSelect::copy_from_mg(const MGDoFHandler<dim>& mg_dof_handler,
     };
 
                                   // clear constrained nodes
-//TODO:  constraints->set_zero(dst);
+//TODO:[GK]  constraints->set_zero(dst);
 }
 
 template <int dim, class OutVector>
@@ -453,7 +453,7 @@ MGTransferSelect::copy_from_mg_add(const MGDoFHandler<dim>& mg_dof_handler,
       global_cell.get_dof_indices (global_dof_indices);
       level_cell->get_mg_dof_indices(level_dof_indices);
 
-//TODO: Probably wrong for continuous elements
+//TODO:[GK] Probably wrong for continuous elements
 
                                       // copy level-wise data to
                                       // global vector
@@ -464,7 +464,7 @@ MGTransferSelect::copy_from_mg_add(const MGDoFHandler<dim>& mg_dof_handler,
     };
 
                                   // clear constrained nodes
-//TODO:  constraints->set_zero(dst);
+//TODO:[GK]  constraints->set_zero(dst);
 }
 
 

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.