Skip to content
Snippets Groups Projects
Commit 7d617e60 authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Improve output given by UMFPack through InverseOperatorResult

The elapsed wallclock time is readily available by UMFPack
and can be written to InverseOperatorResult.elapsed!
parent a7f9ef43
No related branches found
No related tags found
No related merge requests found
......@@ -328,6 +328,7 @@ namespace Dune {
//this is a direct solver
res.iterations = 1;
res.converged = true;
res.elapsed = UMF_Apply_Info[UMFPACK_SOLVE_WALLTIME];
printOnApply(UMF_Apply_Info);
}
......
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