Currently plot_convergence.py simply plots the objective function value against iteration number. This PR also allows plotting against the cumulative CPU time. Note that simulations must be re-run first because the CPU times and element counts must be logged.
The PR also does some formatting, fixes a couple of errors introduced whilst rebasing and increases the divergence tolerance.
Currently
plot_convergence.py
simply plots the objective function value against iteration number. This PR also allows plotting against the cumulative CPU time. Note that simulations must be re-run first because the CPU times and element counts must be logged.The PR also does some formatting, fixes a couple of errors introduced whilst rebasing and increases the divergence tolerance.