Optimize the output of the newton solver for piping into a file
If you enable the verbose option of the newton solver, within each newton step the assemble/solve/update steps are first printed and then deleted again. This is handy for output to console, but leads to strange results for text output.
Solve this problem by making the output of the assemble/solve/update steps optional.
Edited by Martin Utz