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

Add a comment

parent 28626e2b
No related branches found
No related tags found
No related merge requests found
...@@ -65,9 +65,8 @@ template <int dim> class EllipticEnergy { ...@@ -65,9 +65,8 @@ template <int dim> class EllipticEnergy {
ret = mg; ret = mg;
ret *= -1; ret *= -1;
} else { } else {
// We know that no descent can be expected in the tangential direction
ret = SmallVector(0); ret = SmallVector(0);
// FIXME: This can happen due to numerical instability
// assert(false);
} }
} }
......
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