]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Assign names to TODOs.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 29 Mar 2001 14:36:53 +0000 (14:36 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 29 Mar 2001 14:36:53 +0000 (14:36 +0000)
git-svn-id: https://svn.dealii.org/trunk@4331 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/fe/fe.cc
deal.II/lac/include/lac/solver_qmrs.h
deal.II/lac/include/lac/sparse_vanka.templates.h

index e67e3e2b5fc46827f02fc6836a450ea8a6b79e51..de305f61c88acbb219cef69579a0fa48ac883156 100644 (file)
@@ -59,7 +59,7 @@ InternalDataBase::initialize_2nd (const FiniteElement<dim> *element,
   for (unsigned int d=0; d<dim; ++d)
     {
       Point<dim> shift;
-//TODO: unify the places where the finite differencing step length is used      
+//TODO:[GK] unify the places where the finite differencing step length is used      
       shift (d) = 1.e-6;
 
                                       // generate points and FEValues
@@ -344,7 +344,7 @@ compute_2nd (const Mapping<dim>                   &mapping,
            const Tensor<1,dim>& left
              = fe_internal.differences[d1+dim]->shape_grad(shape, q);
 
-//TODO: unify the places where the finite differencing step length is used      
+//TODO:[GK] unify the places where the finite differencing step length is used      
                                             // compute the second
                                             // derivative from a
                                             // symmetric difference
index e819d206f32eace2e22825d7d63d466fedeeb0e6..fa6f5d1c6e1703cc4cf349251c21bebce0dc2cc1 100644 (file)
@@ -329,8 +329,7 @@ while (state == SolverControl::iterate)
                                       // Step 2
       sigma = q*t;
       
-//TODO: Find a really good breakdown criterion
-// The absolute one detects breakdown instead of convergence
+//TODO:[GK] Find a really good breakdown criterion. The absolute one detects breakdown instead of convergence
       if (fabs(sigma/rho) < additional_data.breakdown)
        return breakdown;
                                       // Step 3
index 5f7e58e54d1b241e1c95c3f86a4155269c5a35af..b90cf419022f35ac07b7f86f976e223da80301ce 100644 (file)
@@ -193,7 +193,7 @@ SparseVanka<number>::compute_inverse (const unsigned int         row,
   inverses[row]->gauss_jordan();
 };
 
-//TODO: implement Tvmult
+//TODO:[WB,GK] implement Tvmult
 
 template<typename number>
 template<typename number2>
@@ -565,7 +565,7 @@ SparseBlockVanka<number>::compute_dof_masks (const SparseMatrix<number> &M,
     };
 };
 
-//TODO: implement Tvmult
+//TODO:[WB,GK] implement Tvmult
 
 template <typename number>
 template <typename number2>

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.