Add option to output data from substeps (!112)
* add more colors to highlight in which files comparisons failed * IntegrationTests: always use terminal coloring to highlight results * update update_test script * include substep outputting in some reftests * teach IntegrationTests about substep_output.h5 * add unit test * move substep savecallback logic into convert_to_remote_savecallback! only add remote savecallback when requested * enable substep output * introduce AbstractCallbackTrigger and CallbackTrigger * add parameters
parent
2269ba71
No related branches found
No related tags found
Showing
- src/callbacks.jl 126 additions, 10 deletionssrc/callbacks.jl
- src/main.jl 15 additions, 1 deletionsrc/main.jl
- src/parameters.jl 34 additions, 0 deletionssrc/parameters.jl
- test/IntegrationTests/refs/advection_sine/advection_sine.toml 2 additions, 0 deletions.../IntegrationTests/refs/advection_sine/advection_sine.toml
- test/IntegrationTests/refs/advection_sine/interpolate.h5 0 additions, 0 deletionstest/IntegrationTests/refs/advection_sine/interpolate.h5
- test/IntegrationTests/refs/advection_sine/output.h5 0 additions, 0 deletionstest/IntegrationTests/refs/advection_sine/output.h5
- test/IntegrationTests/refs/advection_sine/substep_output.h5 0 additions, 0 deletionstest/IntegrationTests/refs/advection_sine/substep_output.h5
- test/IntegrationTests/refs/advection_sine_glgl/advection_sine_glgl.toml 2 additions, 0 deletions...onTests/refs/advection_sine_glgl/advection_sine_glgl.toml
- test/IntegrationTests/refs/advection_sine_glgl/substep_output.h5 0 additions, 0 deletions...tegrationTests/refs/advection_sine_glgl/substep_output.h5
- test/IntegrationTests/refs/euler_isentropic_flow/euler_isentropic_flow.toml 2 additions, 0 deletions...sts/refs/euler_isentropic_flow/euler_isentropic_flow.toml
- test/IntegrationTests/refs/euler_isentropic_flow/interpolate.h5 0 additions, 0 deletions...ntegrationTests/refs/euler_isentropic_flow/interpolate.h5
- test/IntegrationTests/refs/euler_isentropic_flow/output.h5 0 additions, 0 deletionstest/IntegrationTests/refs/euler_isentropic_flow/output.h5
- test/IntegrationTests/refs/euler_isentropic_flow/substep_output.h5 0 additions, 0 deletions...grationTests/refs/euler_isentropic_flow/substep_output.h5
- test/IntegrationTests/refs/heateq_gaussian/heateq_gaussian.toml 2 additions, 0 deletions...ntegrationTests/refs/heateq_gaussian/heateq_gaussian.toml
- test/IntegrationTests/refs/heateq_gaussian/substep_output.h5 0 additions, 0 deletionstest/IntegrationTests/refs/heateq_gaussian/substep_output.h5
- test/IntegrationTests/refs/update_test 29 additions, 2 deletionstest/IntegrationTests/refs/update_test
- test/IntegrationTests/src/IntegrationTests.jl 50 additions, 9 deletionstest/IntegrationTests/src/IntegrationTests.jl
- test/UnitTests/src/test_callbacks.jl 77 additions, 0 deletionstest/UnitTests/src/test_callbacks.jl
Loading
Please register or sign in to comment