Skip to content
Snippets Groups Projects
Commit 14fb84d4 authored by Oliver Sander's avatar Oliver Sander Committed by sander@PCPOOL.MI.FU-BERLIN.DE
Browse files

bugfix: use the fd Hessian matrix for error norm computation

[[Imported from SVN: r1717]]
parent 59a31b8d
No related branches found
No related tags found
No related merge requests found
......@@ -183,7 +183,7 @@ int main (int argc, char *argv[]) try
MatrixIndexSet indices(exactSolution.size(), exactSolution.size());
rodAssembler.getNeighborsPerVertex(indices);
indices.exportIdx(hessian);
rodAssembler.assembleMatrix(exactSolution, hessian);
rodAssembler.assembleMatrixFD(exactSolution, hessian);
double error = std::numeric_limits<double>::max();
......
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