Add option to output data from substeps
This allows to gather output from all substages of an explicit time stepper, just like we currently do it for full time steps.
All options from normal output are available, except substep_aligned_ts
. Need to think if we want and can implement this reasonably.
Also updated IntegrationTests.jl
:
- taught
update_test
how to handleinterpolate.h5, substep_output.h5
files - we now use terminal colors also in non-interactive mode; let's see how that looks like in CI
- highlight which file failed the comparison with colors