Skip to content
Snippets Groups Projects
Commit b4d83668 authored by Sander, Oliver's avatar Sander, Oliver
Browse files

Remove left-over debugging output

parent aca32ed3
No related branches found
No related tags found
No related merge requests found
......@@ -119,8 +119,6 @@ void measureDiscreteEOC(const GridView gridView,
auto derDiff = referenceSolution.derivative(rElement, qp.position()) - numericalSolution.derivative(element, localPos);
std::cout << "size: " << derDiff.N() << ", " << derDiff.M() << std::endl;
for (int i=0; i<3; i++)
deformationH1ErrorSquared += integrationElement * qp.weight() * derDiff[i].two_norm2();
......
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