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
Branches
No related tags found
No related merge requests found
...@@ -283,6 +283,7 @@ int main(int argc, char *argv[]) { ...@@ -283,6 +283,7 @@ int main(int argc, char *argv[]) {
false); // absolute error false); // absolute error
overallSolver.solve(); overallSolver.solve();
// Update the state
for (size_t i = 0; i < frictionalNodes.size(); ++i) { for (size_t i = 0; i < frictionalNodes.size(); ++i) {
if (frictionalNodes[i][0]) { if (frictionalNodes[i][0]) {
double const unorm = u_diff[i].two_norm(); double const unorm = u_diff[i].two_norm();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment