Skip to content
Snippets Groups Projects
Commit 4a849137 authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

TODOs

parent 38bab31a
No related branches found
No related tags found
No related merge requests found
...@@ -84,6 +84,7 @@ template <class MyConvexProblemTypeTEMPLATE> class MyBlockProblem { ...@@ -84,6 +84,7 @@ template <class MyConvexProblemTypeTEMPLATE> class MyBlockProblem {
linearization.truncation.resize(u.size()); linearization.truncation.resize(u.size());
linearization.truncation.unsetAll(); linearization.truncation.unsetAll();
for (int i = 0; i < u.size(); ++i) for (int i = 0; i < u.size(); ++i)
// TODO: should ignoreNodes be truncated as well?
if (problem.phi.regularity(i, u[i]) > 1e8) // TODO if (problem.phi.regularity(i, u[i]) > 1e8) // TODO
linearization.truncation[i] = true; linearization.truncation[i] = true;
......
* compute damping parameter * compute damping parameter
* investigate why laursen fails
* handle smooth domain properly
* fix up octave bindings (low-pri) * fix up octave bindings (low-pri)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment