Skip to content
Snippets Groups Projects
Commit 3ee43c28 authored by Timo Koch's avatar Timo Koch
Browse files

[test][2p] Output Newton statistic report in incompressible test

parent eb98be4b
No related branches found
No related tags found
1 merge request!975[newton] Add report function for statitics output
...@@ -200,6 +200,9 @@ int main(int argc, char** argv) try ...@@ -200,6 +200,9 @@ int main(int argc, char** argv) try
} while (!timeLoop->finished()); } while (!timeLoop->finished());
// output some Newton statistics
nonLinearSolver.report();
timeLoop->finalize(leafGridView.comm()); timeLoop->finalize(leafGridView.comm());
//////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////
......
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