Skip to content

Commit

Permalink
Add test with negative time without sub-cycling. Close #15802
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentlaboure committed Oct 29, 2020
1 parent efded00 commit d8f1bb1
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
10 changes: 10 additions & 0 deletions test/tests/multiapps/transient_multiapp/tests
Expand Up @@ -21,4 +21,14 @@
detail = "with a time step governed by the master application."
[]
[]

[test_negative_time]
# test that not sub-cycling with negative times does not make the main and sub-app out-of-sync
type = 'Exodiff'
input = 'dt_from_master.i'
exodiff = 'main_negative.e main_negative_sub_app0.e main_negative_sub_app1.e main_negative_sub_app2.e main_negative_sub_app3.e'
cli_args = 'Executioner/start_time=-1 sub_app:Executioner/start_time=-1 Outputs/file_base=main_negative'
issues = '#15802'
requirement = "The system shall support negative times by particularly ensuring that the sub-app properly updates its time without sub-cycling."
[]
[]

0 comments on commit d8f1bb1

Please sign in to comment.