From 4a84913789f520e240b0495e5d272d865ac548c8 Mon Sep 17 00:00:00 2001
From: Elias Pipping <elias.pipping@fu-berlin.de>
Date: Wed, 14 Dec 2011 15:06:33 +0100
Subject: [PATCH] TODOs

---
 dune/tectonic/myblockproblem.hh | 1 +
 src/TODO.org                    | 2 --
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/dune/tectonic/myblockproblem.hh b/dune/tectonic/myblockproblem.hh
index d571ae7b..7f0bac45 100644
--- a/dune/tectonic/myblockproblem.hh
+++ b/dune/tectonic/myblockproblem.hh
@@ -84,6 +84,7 @@ template <class MyConvexProblemTypeTEMPLATE> class MyBlockProblem {
     linearization.truncation.resize(u.size());
     linearization.truncation.unsetAll();
     for (int i = 0; i < u.size(); ++i)
+      // TODO: should ignoreNodes be truncated as well?
       if (problem.phi.regularity(i, u[i]) > 1e8) // TODO
         linearization.truncation[i] = true;
 
diff --git a/src/TODO.org b/src/TODO.org
index 012f29b2..745dbf75 100644
--- a/src/TODO.org
+++ b/src/TODO.org
@@ -1,4 +1,2 @@
 * compute damping parameter
-* investigate why laursen fails
-* handle smooth domain properly
 * fix up octave bindings (low-pri)
-- 
GitLab