]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
TODO more explicit
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 18 Jul 2001 10:42:16 +0000 (10:42 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 18 Jul 2001 10:42:16 +0000 (10:42 +0000)
git-svn-id: https://svn.dealii.org/trunk@4852 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/function_derivative.cc
deal.II/base/source/job_identifier.cc

index 6ee9b01cc9f323264428758426c6f55c2f528d2d..a78ab3a6f36b1a236d47470bd2c4b83ffac1f1e6 100644 (file)
@@ -56,8 +56,6 @@ FunctionDerivative<dim>::set_formula (DifferenceFormula form)
   formula = form;
 }
 
-//TODO:[?] Discussion on an efficient implementation of Point additions.
-
 template <int dim>
 double
 FunctionDerivative<dim>::value (const Point<dim>   &p,
@@ -88,7 +86,10 @@ FunctionDerivative<dim>::value (const Point<dim>   &p,
 using namespace std;
 #endif
 
-//TODO:[?] Optimize construction of vectors thread-safe
+//TODO:[WB] Optimize construction of vectors thread-safe
+// Right now, vectors are allocated each time value_list is called.
+// This costs a lot of time and should be replaced by a static object,
+// but that would not be thread-safe anymore.
 
 template <int dim>
 void
index c8d78afef8e94a74cc4bb12d2dcc011348321e23..f9697b27816a3867de761112dbb7da43a8ee864a 100644 (file)
@@ -28,7 +28,9 @@ JobIdentifier::JobIdentifier()
   id = std::string(program_id());
 
 //TODO:[GK] try to avoid this hack
-
+// It should be possible not to check DEBUG, but there is this
+// tedious -ansi, which causes problems with linux headers
+  
 #if (HAVE_GETHOSTNAME && (!DEBUG))
   char name[100];
   gethostname(name,99);

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.