From 8021256e4af3ccfdaec29ab04c07d3af820a1201 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 29 Mar 2001 14:36:53 +0000 Subject: [PATCH] Assign names to TODOs. git-svn-id: https://svn.dealii.org/trunk@4331 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/fe/fe.cc | 4 ++-- deal.II/lac/include/lac/solver_qmrs.h | 3 +-- deal.II/lac/include/lac/sparse_vanka.templates.h | 4 ++-- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/deal.II/deal.II/source/fe/fe.cc b/deal.II/deal.II/source/fe/fe.cc index e67e3e2b5f..de305f61c8 100644 --- a/deal.II/deal.II/source/fe/fe.cc +++ b/deal.II/deal.II/source/fe/fe.cc @@ -59,7 +59,7 @@ InternalDataBase::initialize_2nd (const FiniteElement *element, for (unsigned int d=0; d 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 &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 diff --git a/deal.II/lac/include/lac/solver_qmrs.h b/deal.II/lac/include/lac/solver_qmrs.h index e819d206f3..fa6f5d1c6e 100644 --- a/deal.II/lac/include/lac/solver_qmrs.h +++ b/deal.II/lac/include/lac/solver_qmrs.h @@ -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 diff --git a/deal.II/lac/include/lac/sparse_vanka.templates.h b/deal.II/lac/include/lac/sparse_vanka.templates.h index 5f7e58e54d..b90cf41902 100644 --- a/deal.II/lac/include/lac/sparse_vanka.templates.h +++ b/deal.II/lac/include/lac/sparse_vanka.templates.h @@ -193,7 +193,7 @@ SparseVanka::compute_inverse (const unsigned int row, inverses[row]->gauss_jordan(); }; -//TODO: implement Tvmult +//TODO:[WB,GK] implement Tvmult template template @@ -565,7 +565,7 @@ SparseBlockVanka::compute_dof_masks (const SparseMatrix &M, }; }; -//TODO: implement Tvmult +//TODO:[WB,GK] implement Tvmult template template -- 2.39.5