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

Whitespace, TODO

parent a6f954a2
No related branches found
No related tags found
No related merge requests found
......@@ -172,9 +172,12 @@ assemble_nonlinearity(
Dune::GlobalRuinaNonlinearity<VectorType, MatrixType> const>(
nodalIntegrals, a, mu, eta, normalStress, state, h);
} else if (friction_model == std::string("Laursen")) {
return Dune::make_shared<Dune::GlobalLaursenNonlinearity<
Dune::LinearFunction, VectorType, MatrixType> const>(mu, normalStress,
nodalIntegrals);
return
// TODO: take state and h into account
Dune::make_shared<
Dune::GlobalLaursenNonlinearity<Dune::LinearFunction, VectorType,
MatrixType> const>(mu, normalStress,
nodalIntegrals);
} else {
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