From: wolf Date: Thu, 29 Mar 2001 14:18:22 +0000 (+0000) Subject: Associate names with TODOs. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5479d3ba580ede75e895c6cf8382b37294103086;p=dealii-svn.git Associate names with TODOs. git-svn-id: https://svn.dealii.org/trunk@4325 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/source/function_derivative.cc b/deal.II/base/source/function_derivative.cc index 372ad798ad..b7fefecbf3 100644 --- a/deal.II/base/source/function_derivative.cc +++ b/deal.II/base/source/function_derivative.cc @@ -56,7 +56,7 @@ FunctionDerivative::set_formula (DifferenceFormula form) formula = form; } -//TODO: Discussion on an efficient implementation of Point additions. +//TODO:[GK] Discussion on an efficient implementation of Point additions. template double @@ -88,7 +88,7 @@ FunctionDerivative::value (const Point &p, using namespace std; #endif -//TODO:Optimize construction of vectors! +//TODO:[GK] Optimize construction of vectors! template void diff --git a/deal.II/base/source/function_lib.cc b/deal.II/base/source/function_lib.cc index a9d4a1ee72..bf5221eb31 100644 --- a/deal.II/base/source/function_lib.cc +++ b/deal.II/base/source/function_lib.cc @@ -847,7 +847,7 @@ LSingularityFunction::laplacian_list (const std::vector > &points, } -//TODO: Implement derivatives +//TODO:[GK] Implement derivatives Tensor<1,2> LSingularityFunction::gradient (const Point<2> &p, @@ -940,7 +940,7 @@ SlitSingularityFunction::laplacian_list (const std::vector > &points, } -//TODO: Implement derivatives +//TODO:[GK] Implement derivatives Tensor<1,2> SlitSingularityFunction::gradient (const Point<2> &/*p*/, diff --git a/deal.II/base/source/quadrature.cc b/deal.II/base/source/quadrature.cc index 200369a460..e69b03bae6 100644 --- a/deal.II/base/source/quadrature.cc +++ b/deal.II/base/source/quadrature.cc @@ -223,7 +223,7 @@ QProjector::QProjector (const Quadrature &quadrature, const unsigned int n = GeometryInfo::faces_per_cell * (sub ? GeometryInfo::subfaces_per_face : 1); -//TODO: Can we keep it that simple for non-symmetric formulae? +//TODO:[GK] Can we keep it that simple for non-symmetric formulae? // Otherwise we'll have to include the weights in the project* functions. // This may pose a problem anyway, since we do not want to switch endpoints // in Gauss-Radau formulae.