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

Make sure Laursen's model is not used

parent b0112422
No related branches found
No related tags found
No related merge requests found
......@@ -90,6 +90,8 @@ assemble_nonlinearity(
nodalIntegrals, a, mu, eta, normalStress, b, state, L, h);
}
case Config::Laursen:
assert(false); // Known to be broken
// TODO: take state and h into account
// FIXME: We should be using a quadratic rather than a linear function
// here!
......
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