]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Added comments in tests.
authorLuca Heltai <luca.heltai@sissa.it>
Thu, 28 Nov 2019 18:47:38 +0000 (19:47 +0100)
committerLuca Heltai <luca.heltai@sissa.it>
Tue, 3 Dec 2019 07:19:55 +0000 (08:19 +0100)
tests/particles/particle_handler_10.cc
tests/particles/particle_handler_11.cc
tests/particles/particle_handler_12.cc

index 0d8503441a2061a679cde804b57c3159b598b6ce..680949ae2f8ee106d9c0000856b827eaef79b20c 100644 (file)
@@ -90,6 +90,11 @@ main(int argc, char *argv[])
   deallog.push("2d/2d");
   test<2, 2>();
   deallog.pop();
+  // [TODO]: There is a bug that prevents this from working in dimensions <2,3>
+  // The construction of the bounding boxes is not robust in that case
+  // and there is no easy and obvious fix for the moment. Keep this here
+  // as a reminder that we still need to address that.
+
   // deallog.push("2d/3d");
   // test<2, 3>();
   // deallog.pop();
index ce58531842571a20d9d83470d57f02308c570102..5f62a4c4018352c3c05d4cccd7df0c09b5dd6c89 100644 (file)
@@ -90,6 +90,11 @@ main(int argc, char *argv[])
   deallog.push("2d/2d");
   test<2, 2>();
   deallog.pop();
+  // [TODO]: There is a bug that prevents this from working in dimensions <2,3>
+  // The construction of the bounding boxes is not robust in that case
+  // and there is no easy and obvious fix for the moment. Keep this here
+  // as a reminder that we still need to address that.
+
   // deallog.push("2d/3d");
   // test<2, 3>();
   // deallog.pop();
index bf180ca614e5a762ef634a1b21427b35ab44bffa..01edf8a094dd0b9041f1269de24a9ff1cf1477ee 100644 (file)
@@ -91,6 +91,12 @@ main(int argc, char *argv[])
   deallog.push("2d/2d");
   test<2, 2>();
   deallog.pop();
+
+  // [TODO]: There is a bug that prevents this from working in dimensions <2,3>
+  // The construction of the bounding boxes is not robust in that case
+  // and there is no easy and obvious fix for the moment. Keep this here
+  // as a reminder that we still need to address that.
+
   // deallog.push("2d/3d");
   // test<2, 3>();
   // deallog.pop();

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.