]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Associate names with TODOs.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 29 Mar 2001 14:18:22 +0000 (14:18 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 29 Mar 2001 14:18:22 +0000 (14:18 +0000)
git-svn-id: https://svn.dealii.org/trunk@4325 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/function_derivative.cc
deal.II/base/source/function_lib.cc
deal.II/base/source/quadrature.cc

index 372ad798ad86e42f91659ba026fa692f4b1783f9..b7fefecbf39b4105b3c29c802b9975c6719ad066 100644 (file)
@@ -56,7 +56,7 @@ FunctionDerivative<dim>::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 <int dim>
 double
@@ -88,7 +88,7 @@ FunctionDerivative<dim>::value (const Point<dim>   &p,
 using namespace std;
 #endif
 
-//TODO:Optimize construction of vectors!
+//TODO:[GK] Optimize construction of vectors!
 
 template <int dim>
 void
index a9d4a1ee72117f4e1d40c14e6f8ad0f7d26f490b..bf5221eb31a14cf9be91545bb54f2ce83f38f7ae 100644 (file)
@@ -847,7 +847,7 @@ LSingularityFunction::laplacian_list (const std::vector<Point<2> > &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<Point<2> > &points,
 }
 
 
-//TODO: Implement derivatives
+//TODO:[GK] Implement derivatives
 
 Tensor<1,2>
 SlitSingularityFunction::gradient (const Point<2>   &/*p*/,
index 200369a46083eeb62c7fb0a19f7631fdbb1835d6..e69b03bae674187a9029329acf901a3a62900b6a 100644 (file)
@@ -223,7 +223,7 @@ QProjector<dim>::QProjector (const Quadrature<dim-1> &quadrature,
   const unsigned int n = GeometryInfo<dim>::faces_per_cell
     * (sub ? GeometryInfo<dim>::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.

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.