Skip to content
Snippets Groups Projects
Commit 6d9ab165 authored by Laura Stengel's avatar Laura Stengel
Browse files

Removed debugging output

parent 4bacf9fe
No related branches found
No related tags found
1 merge request!276i..
......@@ -12,16 +12,8 @@ double StaticSolver::calculateResidualUpdate(const IElasticity &assemble, const
defect = 0;
assemble.Residual(u, defect);
mout << "Residual u " << endl << u << endl;
mout << "Residual d " << endl << defect << endl;
mout << "Residual d1 " << endl << defect.norm() << endl;
defect += *residualMatrix * u;
mout << "Residual d2 " << endl << defect.norm() << endl;
defect.ClearDirichletValues();
defect.Collect();
......
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