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

Comment

parent a1827731
No related branches found
No related tags found
No related merge requests found
......@@ -283,6 +283,7 @@ int main(int argc, char *argv[]) {
false); // absolute error
overallSolver.solve();
// Update the state
for (size_t i = 0; i < frictionalNodes.size(); ++i) {
if (frictionalNodes[i][0]) {
double const unorm = u_diff[i].two_norm();
......
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