I am running a subproblem where I need to solve a problem.
Additional to the outer iteration count it would be interesting to get the steps every subproblem needed to be computed.
Is there a command like
solver.solve("steps"=a)
print a
where I can get the steps, so that i can save them into a file.
I am using PETScSNES Solver.