diff --git a/test/tests/multiapps/picard/function_dt_parent.i b/test/tests/multiapps/picard/function_dt_parent.i index f8a0c8a91663..aa22e1fb7b41 100644 --- a/test/tests/multiapps/picard/function_dt_parent.i +++ b/test/tests/multiapps/picard/function_dt_parent.i @@ -85,7 +85,7 @@ app_type = MooseTestApp type = TransientMultiApp input_files = 'function_dt_sub.i' - execute_on = timestep_end + execute_on = fixedpoint_end positions = '0 -1 0' [] [] diff --git a/test/tests/multiapps/picard_multilevel/2level_picard/mutilevel_app.i b/test/tests/multiapps/picard_multilevel/2level_picard/mutilevel_app.i index fcc9a3028c91..932a6558b8db 100644 --- a/test/tests/multiapps/picard_multilevel/2level_picard/mutilevel_app.i +++ b/test/tests/multiapps/picard_multilevel/2level_picard/mutilevel_app.i @@ -77,7 +77,7 @@ app_type = MooseTestApp positions = '0 0 0' input_files = sub_level1.i - execute_on = 'timestep_end' + execute_on = 'fixedpoint_end' keep_solution_during_restore = true [] [] @@ -88,14 +88,14 @@ source_variable = u variable = u to_multi_app = level1- - execute_on = 'timestep_end' + execute_on = 'fixedpoint_end' [] [v_from_sub] type = MultiAppGeneralFieldShapeEvaluationTransfer source_variable = v variable = v from_multi_app = level1- - execute_on = 'timestep_end' + execute_on = 'fixedpoint_end' [] [] diff --git a/test/tests/multiapps/picard_multilevel/fullsolve_multilevel/parent.i b/test/tests/multiapps/picard_multilevel/fullsolve_multilevel/parent.i index d781f5dd9732..7c6ab55c2d6f 100644 --- a/test/tests/multiapps/picard_multilevel/fullsolve_multilevel/parent.i +++ b/test/tests/multiapps/picard_multilevel/fullsolve_multilevel/parent.i @@ -76,7 +76,7 @@ app_type = MooseTestApp positions = '0 0 0' input_files = sub_level1.i - execute_on = 'timestep_end' + execute_on = 'fixedpoint_end' # We need to disable restoration within the multiapp so that the previous # picard iterate is used as the starting solution within each iteration @@ -90,14 +90,14 @@ source_variable = u variable = u to_multi_app = level1- - execute_on = 'timestep_end' + execute_on = 'fixedpoint_end' [] [v_from_sub] type = MultiAppGeneralFieldShapeEvaluationTransfer source_variable = v variable = v from_multi_app = level1- - execute_on = 'timestep_end' + execute_on = 'fixedpoint_end' [] [] diff --git a/test/tests/multiapps/picard_multilevel/multilevel_dt_rejection/parent.i b/test/tests/multiapps/picard_multilevel/multilevel_dt_rejection/parent.i index f249ca102044..24b81649bd8e 100644 --- a/test/tests/multiapps/picard_multilevel/multilevel_dt_rejection/parent.i +++ b/test/tests/multiapps/picard_multilevel/multilevel_dt_rejection/parent.i @@ -71,7 +71,7 @@ type = TransientMultiApp positions = '0 0 0' input_files = picard_sub.i - execute_on = 'timestep_end' + execute_on = 'fixedpoint_end' [] [] @@ -99,10 +99,10 @@ [Postprocessors] [time] type = TimePostprocessor - execute_on = 'timestep_end' + execute_on = 'fixedpoint_end' [] [dt] type = TimestepSize - execute_on = 'timestep_end' + execute_on = 'fixedpoint_end' [] [] diff --git a/test/tests/multiapps/picard_multilevel/multilevel_dt_rejection/picard_sub.i b/test/tests/multiapps/picard_multilevel/multilevel_dt_rejection/picard_sub.i index 59a1816b8be4..163b79800da2 100644 --- a/test/tests/multiapps/picard_multilevel/multilevel_dt_rejection/picard_sub.i +++ b/test/tests/multiapps/picard_multilevel/multilevel_dt_rejection/picard_sub.i @@ -25,6 +25,7 @@ variable = w source_variable = v normal_factor = 0.1 + execute_on = 'fixedpoint_end' [] [] @@ -86,11 +87,11 @@ [] [time] type = TimePostprocessor - execute_on = 'timestep_end' + execute_on = 'fixedpoint_end' [] [dt] type = TimestepSize - execute_on = 'timestep_end' + execute_on = 'fixedpoint_end' [] [] @@ -111,7 +112,7 @@ type = TransientMultiApp positions = '0 0 0' input_files = picard_sub2.i - execute_on = timestep_end + execute_on = fixedpoint_end [] [] diff --git a/test/tests/multiapps/picard_multilevel/picard_parent.i b/test/tests/multiapps/picard_multilevel/picard_parent.i index 4a8a51165494..079dcde07505 100644 --- a/test/tests/multiapps/picard_multilevel/picard_parent.i +++ b/test/tests/multiapps/picard_multilevel/picard_parent.i @@ -79,7 +79,7 @@ app_type = MooseTestApp positions = '0 0 0' input_files = picard_sub.i - execute_on = 'timestep_end' + execute_on = 'fixedpoint_end' # The input was originally created with effectively no restore # see the changes made for #5554 then reverted in #28115 no_restore = true diff --git a/test/tests/multiapps/picard_multilevel/picard_sub.i b/test/tests/multiapps/picard_multilevel/picard_sub.i index c510c3da25f2..2adb7651f6ed 100644 --- a/test/tests/multiapps/picard_multilevel/picard_sub.i +++ b/test/tests/multiapps/picard_multilevel/picard_sub.i @@ -81,7 +81,7 @@ positions = '0 0 0' input_files = picard_sub2.i sub_cycling = true - execute_on = timestep_end + execute_on = fixedpoint_end [] [] diff --git a/test/tests/multiapps/picard_postprocessor/steady_main.i b/test/tests/multiapps/picard_postprocessor/steady_main.i index bcec7af17bcb..d4d35541656f 100644 --- a/test/tests/multiapps/picard_postprocessor/steady_main.i +++ b/test/tests/multiapps/picard_postprocessor/steady_main.i @@ -42,6 +42,7 @@ type = SideAverageValue variable = u boundary = right + execute_on = 'fixedpoint_end' [] [average] type = ElementAverageValue @@ -77,7 +78,7 @@ positions = '0 0 0' input_files = steady_sub.i clone_parent_mesh = true - execute_on = 'timestep_begin' + execute_on = 'fixedpoint_begin' # we keep the full postprocessor output history of the subapp keep_full_output_history = true diff --git a/test/tests/multiapps/picard_postprocessor/tests b/test/tests/multiapps/picard_postprocessor/tests index 8bee60b1c9d8..d2eae0d5634d 100644 --- a/test/tests/multiapps/picard_postprocessor/tests +++ b/test/tests/multiapps/picard_postprocessor/tests @@ -52,7 +52,7 @@ type = 'CSVDiff' input = 'transient_main.i' csvdiff = 'app_begin_transfer_begin.csv app_begin_transfer_begin_sub0_csv.csv' - cli_args = 'Transfers/left_from_sub/execute_on=timestep_begin Transfers/right_to_sub/execute_on=timestep_begin Outputs/file_base=app_begin_transfer_begin' + cli_args = 'Transfers/left_from_sub/execute_on=fixedpoint_begin Transfers/right_to_sub/execute_on=fixedpoint_begin Outputs/file_base=app_begin_transfer_begin' detail = 'with the sub-app and the postprocessor transfers executed at the beginning of each time step,' [] [app_begin_transfers_end] @@ -61,7 +61,7 @@ csvdiff = 'app_begin_transfer_end.csv app_begin_transfer_end_sub0_csv.csv' allow_warnings = true recover = false - cli_args = 'Transfers/left_from_sub/execute_on=timestep_end Transfers/right_to_sub/execute_on=timestep_end Outputs/file_base=app_begin_transfer_end' + cli_args = 'Transfers/left_from_sub/execute_on=fixedpoint_end Transfers/right_to_sub/execute_on=fixedpoint_end Outputs/file_base=app_begin_transfer_end' detail = 'with the sub-app executed at the beginning of each time step and postprocessor transfers executed at the end of each timestep,' [] [app_end_transfers_begin] @@ -69,14 +69,14 @@ input = 'transient_main.i' csvdiff = 'app_end_transfer_begin.csv app_end_transfer_begin_sub0_csv.csv' allow_warnings = true - cli_args = 'MultiApps/sub/execute_on=timestep_end Transfers/left_from_sub/execute_on=timestep_begin Transfers/right_to_sub/execute_on=timestep_begin Outputs/file_base=app_end_transfer_begin' + cli_args = 'MultiApps/sub/execute_on=fixedpoint_end Transfers/left_from_sub/execute_on=fixedpoint_begin Transfers/right_to_sub/execute_on=fixedpoint_begin Outputs/file_base=app_end_transfer_begin' detail = 'with the sub-app executed at the end of each time step and postprocessor transfers executed at the beginning of each timestep,' [] [app_end_transfers_end] type = 'CSVDiff' input = 'transient_main.i' csvdiff = 'app_end_transfer_end.csv app_end_transfer_end_sub0_csv.csv' - cli_args = 'MultiApps/sub/execute_on=timestep_end Transfers/left_from_sub/execute_on=timestep_end Transfers/right_to_sub/execute_on=timestep_end Outputs/file_base=app_end_transfer_end' + cli_args = 'MultiApps/sub/execute_on=fixedpoint_end Transfers/left_from_sub/execute_on=fixedpoint_end Transfers/right_to_sub/execute_on=fixedpoint_end Outputs/file_base=app_end_transfer_end' detail = 'with the sub-app and the postprocessor transfers executed at the end of each time step.' [] @@ -92,7 +92,7 @@ input = 'transient_main.i' csvdiff = 'app_begin_transfer_end_picard_sub.csv app_begin_transfer_end_picard_sub_sub0_csv.csv' allow_warnings = true - cli_args = "Transfers/left_from_sub/execute_on=timestep_end Transfers/right_to_sub/execute_on=timestep_end Executioner/transformed_postprocessors='' MultiApps/sub/transformed_postprocessors='from_main' Outputs/file_base=app_begin_transfer_end_picard_sub" + cli_args = "Transfers/left_from_sub/execute_on=fixedpoint_end Transfers/right_to_sub/execute_on=fixedpoint_end Executioner/transformed_postprocessors='' MultiApps/sub/transformed_postprocessors='from_main' Outputs/file_base=app_begin_transfer_end_picard_sub" detail = 'for updating the subapp postprocessor with the sub-app executed at the beginning of each time step and variable transfers executed at the end of each timestep,' [] [app_end_transfers_begin_picard_sub] @@ -100,7 +100,7 @@ input = 'transient_main.i' csvdiff = 'app_end_transfer_begin_picard_sub.csv' allow_warnings = true - cli_args = "MultiApps/sub/execute_on=timestep_end Transfers/left_from_sub/execute_on=timestep_begin Transfers/right_to_sub/execute_on=timestep_begin Executioner/transformed_postprocessors='' MultiApps/sub/transformed_postprocessors='from_main' Outputs/file_base=app_end_transfer_begin_picard_sub" + cli_args = "MultiApps/sub/execute_on=fixedpoint_end Transfers/left_from_sub/execute_on=fixedpoint_begin Transfers/right_to_sub/execute_on=fixedpoint_begin Executioner/transformed_postprocessors='' MultiApps/sub/transformed_postprocessors='from_main' Outputs/file_base=app_end_transfer_begin_picard_sub" detail = 'for updating the subapp postprocessor with the sub-app executed at the end of each time step and variable transfers executed at the beginning of each timestep,' [] [app_end_transfers_end_picard_sub] @@ -108,7 +108,7 @@ input = 'transient_main.i' csvdiff = 'app_end_transfer_end_picard_sub.csv' allow_warnings = true - cli_args = "MultiApps/sub/execute_on=timestep_end Transfers/left_from_sub/execute_on=timestep_end Transfers/right_to_sub/execute_on=timestep_end Executioner/transformed_postprocessors='' MultiApps/sub/transformed_postprocessors='from_main' Outputs/file_base=app_end_transfer_end_picard_sub" + cli_args = "MultiApps/sub/execute_on=fixedpoint_end Transfers/left_from_sub/execute_on=fixedpoint_end Transfers/right_to_sub/execute_on=fixedpoint_end Executioner/transformed_postprocessors='' MultiApps/sub/transformed_postprocessors='from_main' Outputs/file_base=app_end_transfer_end_picard_sub" detail = 'and for updating the subapp postprocessor with the sub-app and the variable transfers executed at the end of each time step.' [] [] diff --git a/test/tests/multiapps/picard_postprocessor/transient_main.i b/test/tests/multiapps/picard_postprocessor/transient_main.i index a91e076d5974..3d11fa6848b9 100644 --- a/test/tests/multiapps/picard_postprocessor/transient_main.i +++ b/test/tests/multiapps/picard_postprocessor/transient_main.i @@ -50,6 +50,7 @@ type = SideAverageValue variable = u boundary = right + execute_on = 'fixedpoint_begin' [] [average] type = ElementAverageValue @@ -84,7 +85,7 @@ positions = '0 0 0' input_files = 'transient_sub.i' clone_parent_mesh = true - execute_on = 'timestep_begin' + execute_on = 'fixedpoint_begin' # The input was originally created with effectively no restore # see the changes made for #5554 then reverted in #28115 no_restore = true diff --git a/test/tests/multiapps/relaxation/bad_relax_factor_parent.i b/test/tests/multiapps/relaxation/bad_relax_factor_parent.i index 3e4fa546810b..218acf9e70d5 100644 --- a/test/tests/multiapps/relaxation/bad_relax_factor_parent.i +++ b/test/tests/multiapps/relaxation/bad_relax_factor_parent.i @@ -90,7 +90,7 @@ [sub] type = TransientMultiApp app_type = MooseTestApp - execute_on = timestep_begin + execute_on = fixedpoint_begin positions = '0 0 0' input_files = picard_relaxed_sub.i [] diff --git a/test/tests/multiapps/relaxation/picard_parent.i b/test/tests/multiapps/relaxation/picard_parent.i index bfe36e405dbe..1bc0e780bd0b 100644 --- a/test/tests/multiapps/relaxation/picard_parent.i +++ b/test/tests/multiapps/relaxation/picard_parent.i @@ -88,7 +88,7 @@ [sub] type = TransientMultiApp app_type = MooseTestApp - execute_on = timestep_begin + execute_on = fixedpoint_begin positions = '0 0 0' input_files = picard_relaxed_sub.i # The input was originally created with effectively no restore diff --git a/test/tests/multiapps/relaxation/picard_relaxed_array_parent.i b/test/tests/multiapps/relaxation/picard_relaxed_array_parent.i index 9a9ee79ce525..9c32c27eecb1 100644 --- a/test/tests/multiapps/relaxation/picard_relaxed_array_parent.i +++ b/test/tests/multiapps/relaxation/picard_relaxed_array_parent.i @@ -109,7 +109,7 @@ [MultiApps] [sub] type = TransientMultiApp - execute_on = timestep_begin + execute_on = fixedpoint_begin input_files = picard_relaxed_array_sub.i [] [] diff --git a/test/tests/multiapps/relaxation/picard_relaxed_parent.i b/test/tests/multiapps/relaxation/picard_relaxed_parent.i index 7bd04c40f4f6..f93ea3dc8c65 100644 --- a/test/tests/multiapps/relaxation/picard_relaxed_parent.i +++ b/test/tests/multiapps/relaxation/picard_relaxed_parent.i @@ -90,7 +90,7 @@ [sub] type = TransientMultiApp app_type = MooseTestApp - execute_on = timestep_begin + execute_on = fixedpoint_begin positions = '0 0 0' input_files = picard_relaxed_sub.i # The input was originally created with effectively no restore diff --git a/test/tests/multiapps/relaxation/sub_relaxed_parent.i b/test/tests/multiapps/relaxation/sub_relaxed_parent.i index 3f3764ef897f..ee3db0da2277 100644 --- a/test/tests/multiapps/relaxation/sub_relaxed_parent.i +++ b/test/tests/multiapps/relaxation/sub_relaxed_parent.i @@ -88,7 +88,7 @@ [sub] type = TransientMultiApp app_type = MooseTestApp - execute_on = timestep_begin + execute_on = fixedpoint_begin positions = '0 0 0' input_files = sub_relaxed_sub.i transformed_variables = v diff --git a/test/tests/multiapps/secant/tests b/test/tests/multiapps/secant/tests index 1efa7fe79ff4..7592c42401cd 100644 --- a/test/tests/multiapps/secant/tests +++ b/test/tests/multiapps/secant/tests @@ -62,7 +62,7 @@ input = 'transient_main.i' csvdiff = 'app_begin_transfer_end.csv app_begin_transfer_end_sub0_csv.csv' allow_warnings = true - cli_args = 'Transfers/v_from_sub/execute_on=timestep_end Transfers/u_to_sub/execute_on=timestep_end Outputs/file_base=app_begin_transfer_end' + cli_args = 'Transfers/v_from_sub/execute_on=fixedpoint_end Transfers/u_to_sub/execute_on=fixedpoint_end Outputs/file_base=app_begin_transfer_end' detail = 'with the sub-app executed at the beginning of each time step and variable transfers executed at the end of each timestep,' [] @@ -71,7 +71,7 @@ input = 'transient_main.i' csvdiff = 'app_end_transfer_begin.csv app_end_transfer_begin_sub0_csv.csv' allow_warnings = true - cli_args = 'MultiApps/sub/execute_on=timestep_end Transfers/v_from_sub/execute_on=timestep_begin Transfers/u_to_sub/execute_on=timestep_begin Outputs/file_base=app_end_transfer_begin' + cli_args = 'MultiApps/sub/execute_on=fixedpoint_end Transfers/v_from_sub/execute_on=fixedpoint_begin Transfers/u_to_sub/execute_on=fixedpoint_begin Outputs/file_base=app_end_transfer_begin' detail = 'with the sub-app executed at the end of each time step and variable transfers executed at the beginning of each timestep,' [] @@ -79,7 +79,7 @@ type = 'CSVDiff' input = 'transient_main.i' csvdiff = 'app_end_transfer_end.csv app_end_transfer_end_sub0_csv.csv' - cli_args = 'MultiApps/sub/execute_on=timestep_end Transfers/v_from_sub/execute_on=timestep_end Transfers/u_to_sub/execute_on=timestep_end Outputs/file_base=app_end_transfer_end' + cli_args = 'MultiApps/sub/execute_on=fixedpoint_end Transfers/v_from_sub/execute_on=fixedpoint_end Transfers/u_to_sub/execute_on=fixedpoint_end Outputs/file_base=app_end_transfer_end' detail = 'with the sub-app and the variable transfers executed at the end of each time step.' [] @@ -96,7 +96,7 @@ input = 'transient_main.i' csvdiff = 'app_begin_transfer_end_secant_sub.csv app_begin_transfer_end_secant_sub_sub0_csv.csv' allow_warnings = true - cli_args = "Transfers/v_from_sub/execute_on=timestep_end Transfers/u_to_sub/execute_on=timestep_end Executioner/transformed_variables='' MultiApps/sub/transformed_variables='v' Outputs/file_base=app_begin_transfer_end_secant_sub" + cli_args = "Transfers/v_from_sub/execute_on=fixedpoint_end Transfers/u_to_sub/execute_on=fixedpoint_end Executioner/transformed_variables='' MultiApps/sub/transformed_variables='v' Outputs/file_base=app_begin_transfer_end_secant_sub" detail = 'for when updating the subapp variables with the sub-app executed at the beginning of each time step and variable transfers executed at the end of each timestep,' [] @@ -105,7 +105,7 @@ input = 'transient_main.i' csvdiff = 'app_end_transfer_begin_secant_sub.csv' allow_warnings = true - cli_args = "MultiApps/sub/execute_on=timestep_end Transfers/v_from_sub/execute_on=timestep_begin Transfers/u_to_sub/execute_on=timestep_begin Executioner/transformed_variables='' MultiApps/sub/transformed_variables='v' Outputs/file_base=app_end_transfer_begin_secant_sub" + cli_args = "MultiApps/sub/execute_on=fixedpoint_end Transfers/v_from_sub/execute_on=fixedpoint_begin Transfers/u_to_sub/execute_on=fixedpoint_begin Executioner/transformed_variables='' MultiApps/sub/transformed_variables='v' Outputs/file_base=app_end_transfer_begin_secant_sub" detail = 'for updating the subapp variables with the sub-app executed at the end of each time step and variable transfers executed at the beginning of each timestep,' [] @@ -113,7 +113,7 @@ type = 'CSVDiff' input = 'transient_main.i' csvdiff = 'app_end_transfer_end_secant_sub.csv' - cli_args = "MultiApps/sub/execute_on=timestep_end Transfers/v_from_sub/execute_on=timestep_end Transfers/u_to_sub/execute_on=timestep_end Executioner/transformed_variables='' MultiApps/sub/transformed_variables='v' Outputs/file_base=app_end_transfer_end_secant_sub" + cli_args = "MultiApps/sub/execute_on=fixedpoint_end Transfers/v_from_sub/execute_on=fixedpoint_end Transfers/u_to_sub/execute_on=fixedpoint_end Executioner/transformed_variables='' MultiApps/sub/transformed_variables='v' Outputs/file_base=app_end_transfer_end_secant_sub" detail = 'and for updating the subapp variables with the sub-app and the variable transfers executed at the end of each time step.' [] [] diff --git a/test/tests/multiapps/secant/transient_main.i b/test/tests/multiapps/secant/transient_main.i index 6078a10b4bea..5d75abf46ca9 100644 --- a/test/tests/multiapps/secant/transient_main.i +++ b/test/tests/multiapps/secant/transient_main.i @@ -82,7 +82,7 @@ positions = '0 0 0' input_files = 'transient_sub.i' clone_parent_mesh = true - execute_on = 'timestep_begin' + execute_on = 'fixedpoint_begin' # The input was originally created with effectively no restore # see the changes made for #5554 then reverted in #28115 no_restore = true @@ -95,13 +95,13 @@ from_multi_app = sub source_variable = v variable = v - execute_on = 'timestep_begin' + execute_on = 'fixedpoint_begin' [] [u_to_sub] type = MultiAppGeneralFieldNearestLocationTransfer to_multi_app = sub source_variable = u variable = u - execute_on = 'timestep_begin' + execute_on = 'fixedpoint_begin' [] [] diff --git a/test/tests/multiapps/secant_postprocessor/steady_main.i b/test/tests/multiapps/secant_postprocessor/steady_main.i index c168aa89837a..acc1f2153a6a 100644 --- a/test/tests/multiapps/secant_postprocessor/steady_main.i +++ b/test/tests/multiapps/secant_postprocessor/steady_main.i @@ -42,6 +42,7 @@ type = SideAverageValue variable = u boundary = right + execute_on = 'fixedpoint_begin' [] [average] type = ElementAverageValue @@ -76,7 +77,7 @@ positions = '0 0 0' input_files = steady_sub.i clone_parent_mesh = true - execute_on = 'timestep_begin' + execute_on = 'fixedpoint_begin' # we keep the full postprocessor output history of the subapp keep_full_output_history = true diff --git a/test/tests/multiapps/secant_postprocessor/tests b/test/tests/multiapps/secant_postprocessor/tests index 75018475b880..558c520b6afa 100644 --- a/test/tests/multiapps/secant_postprocessor/tests +++ b/test/tests/multiapps/secant_postprocessor/tests @@ -52,7 +52,7 @@ type = 'CSVDiff' input = 'transient_main.i' csvdiff = 'app_begin_transfer_begin.csv app_begin_transfer_begin_sub0_csv.csv' - cli_args = 'Transfers/left_from_sub/execute_on=timestep_begin Transfers/right_to_sub/execute_on=timestep_begin Outputs/file_base=app_begin_transfer_begin' + cli_args = 'Transfers/left_from_sub/execute_on=fixedpoint_begin Transfers/right_to_sub/execute_on=fixedpoint_begin Outputs/file_base=app_begin_transfer_begin' detail = 'with the sub-app and the postprocessor transfers executed at the beginning of each time step,' [] [app_begin_transfers_end] @@ -61,7 +61,7 @@ csvdiff = 'app_begin_transfer_end.csv app_begin_transfer_end_sub0_csv.csv' allow_warnings = true recover = false - cli_args = 'Transfers/left_from_sub/execute_on=timestep_end Transfers/right_to_sub/execute_on=timestep_end Outputs/file_base=app_begin_transfer_end' + cli_args = 'Transfers/left_from_sub/execute_on=fixedpoint_end Transfers/right_to_sub/execute_on=fixedpoint_end Outputs/file_base=app_begin_transfer_end' detail = 'with the sub-app executed at the beginning of each time step and postprocessor transfers executed at the end of each timestep,' [] [app_end_transfers_begin] @@ -69,14 +69,14 @@ input = 'transient_main.i' csvdiff = 'app_end_transfer_begin.csv app_end_transfer_begin_sub0_csv.csv' allow_warnings = true - cli_args = 'MultiApps/sub/execute_on=timestep_end Transfers/left_from_sub/execute_on=timestep_begin Transfers/right_to_sub/execute_on=timestep_begin Outputs/file_base=app_end_transfer_begin' + cli_args = 'MultiApps/sub/execute_on=fixedpoint_end Transfers/left_from_sub/execute_on=fixedpoint_begin Transfers/right_to_sub/execute_on=fixedpoint_begin Outputs/file_base=app_end_transfer_begin' detail = 'with the sub-app executed at the end of each time step and postprocessor transfers executed at the beginning of each timestep,' [] [app_end_transfers_end] type = 'CSVDiff' input = 'transient_main.i' csvdiff = 'app_end_transfer_end.csv app_end_transfer_end_sub0_csv.csv' - cli_args = 'MultiApps/sub/execute_on=timestep_end Transfers/left_from_sub/execute_on=timestep_end Transfers/right_to_sub/execute_on=timestep_end Outputs/file_base=app_end_transfer_end' + cli_args = 'MultiApps/sub/execute_on=fixedpoint_end Transfers/left_from_sub/execute_on=fixedpoint_end Transfers/right_to_sub/execute_on=fixedpoint_end Outputs/file_base=app_end_transfer_end' detail = 'with the sub-app and the postprocessor transfers executed at the end of each time step.' [] @@ -92,7 +92,7 @@ input = 'transient_main.i' csvdiff = 'app_begin_transfer_end_secant_sub.csv app_begin_transfer_end_secant_sub_sub0_csv.csv' allow_warnings = true - cli_args = "Transfers/left_from_sub/execute_on=timestep_end Transfers/right_to_sub/execute_on=timestep_end Executioner/transformed_postprocessors='' MultiApps/sub/transformed_postprocessors='from_main' Outputs/file_base=app_begin_transfer_end_secant_sub" + cli_args = "Transfers/left_from_sub/execute_on=fixedpoint_end Transfers/right_to_sub/execute_on=fixedpoint_end Executioner/transformed_postprocessors='' MultiApps/sub/transformed_postprocessors='from_main' Outputs/file_base=app_begin_transfer_end_secant_sub" detail = 'for updating the subapp postprocessor with the sub-app executed at the beginning of each time step and variable transfers executed at the end of each timestep,' [] [app_end_transfers_begin_secant_sub] @@ -100,7 +100,7 @@ input = 'transient_main.i' csvdiff = 'app_end_transfer_begin_secant_sub.csv' allow_warnings = true - cli_args = "MultiApps/sub/execute_on=timestep_end Transfers/left_from_sub/execute_on=timestep_begin Transfers/right_to_sub/execute_on=timestep_begin Executioner/transformed_postprocessors='' MultiApps/sub/transformed_postprocessors='from_main' Outputs/file_base=app_end_transfer_begin_secant_sub" + cli_args = "MultiApps/sub/execute_on=fixedpoint_end Transfers/left_from_sub/execute_on=fixedpoint_begin Transfers/right_to_sub/execute_on=fixedpoint_begin Executioner/transformed_postprocessors='' MultiApps/sub/transformed_postprocessors='from_main' Outputs/file_base=app_end_transfer_begin_secant_sub" detail = 'for updating the subapp postprocessor with the sub-app executed at the end of each time step and variable transfers executed at the beginning of each timestep,' [] [app_end_transfers_end_secant_sub] @@ -108,7 +108,7 @@ input = 'transient_main.i' csvdiff = 'app_end_transfer_end_secant_sub.csv' allow_warnings = true - cli_args = "MultiApps/sub/execute_on=timestep_end Transfers/left_from_sub/execute_on=timestep_end Transfers/right_to_sub/execute_on=timestep_end Executioner/transformed_postprocessors='' MultiApps/sub/transformed_postprocessors='from_main' Outputs/file_base=app_end_transfer_end_secant_sub" + cli_args = "MultiApps/sub/execute_on=fixedpoint_end Transfers/left_from_sub/execute_on=fixedpoint_end Transfers/right_to_sub/execute_on=fixedpoint_end Executioner/transformed_postprocessors='' MultiApps/sub/transformed_postprocessors='from_main' Outputs/file_base=app_end_transfer_end_secant_sub" detail = 'and for updating the subapp postprocessor with the sub-app and the variable transfers executed at the end of each time step.' [] [] diff --git a/test/tests/multiapps/secant_postprocessor/transient_main.i b/test/tests/multiapps/secant_postprocessor/transient_main.i index 4605a2654510..3908920c3011 100644 --- a/test/tests/multiapps/secant_postprocessor/transient_main.i +++ b/test/tests/multiapps/secant_postprocessor/transient_main.i @@ -50,6 +50,7 @@ type = SideAverageValue variable = u boundary = right + execute_on = 'fixedpoint_begin' [] [average] type = ElementAverageValue @@ -84,7 +85,7 @@ positions = '0 0 0' input_files = 'transient_sub.i' clone_parent_mesh = true - execute_on = 'timestep_begin' + execute_on = 'fixedpoint_begin' # The input was originally created with effectively no restore # see the changes made for #5554 then reverted in #28115 no_restore = true diff --git a/test/tests/multiapps/steffensen/tests b/test/tests/multiapps/steffensen/tests index 5e0f79db0d24..542e28d26b0a 100644 --- a/test/tests/multiapps/steffensen/tests +++ b/test/tests/multiapps/steffensen/tests @@ -62,7 +62,7 @@ input = 'transient_main.i' csvdiff = 'app_begin_transfer_end.csv app_begin_transfer_end_sub0_csv.csv' allow_warnings = true - cli_args = 'Transfers/v_from_sub/execute_on=timestep_end Transfers/u_to_sub/execute_on=timestep_end Outputs/file_base=app_begin_transfer_end' + cli_args = 'Transfers/v_from_sub/execute_on=fixedpoint_end Transfers/u_to_sub/execute_on=fixedpoint_end Outputs/file_base=app_begin_transfer_end' detail = 'with the sub-app executed at the beginning of each time step and variable transfers executed at the end of each timestep,' [] @@ -71,7 +71,7 @@ input = 'transient_main.i' csvdiff = 'app_end_transfer_begin.csv app_end_transfer_begin_sub0_csv.csv' allow_warnings = true - cli_args = 'MultiApps/sub/execute_on=timestep_end Transfers/v_from_sub/execute_on=timestep_begin Transfers/u_to_sub/execute_on=timestep_begin Outputs/file_base=app_end_transfer_begin' + cli_args = 'MultiApps/sub/execute_on=fixedpoint_end Transfers/v_from_sub/execute_on=fixedpoint_begin Transfers/u_to_sub/execute_on=fixedpoint_begin Outputs/file_base=app_end_transfer_begin' detail = 'with the sub-app executed at the end of each time step and variable transfers executed at the beginning of each timestep,' [] @@ -79,7 +79,7 @@ type = 'CSVDiff' input = 'transient_main.i' csvdiff = 'app_end_transfer_end.csv app_end_transfer_end_sub0_csv.csv' - cli_args = 'MultiApps/sub/execute_on=timestep_end Transfers/v_from_sub/execute_on=timestep_end Transfers/u_to_sub/execute_on=timestep_end Outputs/file_base=app_end_transfer_end' + cli_args = 'MultiApps/sub/execute_on=fixedpoint_end Transfers/v_from_sub/execute_on=fixedpoint_end Transfers/u_to_sub/execute_on=fixedpoint_end Outputs/file_base=app_end_transfer_end' detail = 'with the sub-app and the variable transfers executed at the end of each time step.' [] @@ -96,7 +96,7 @@ input = 'transient_main.i' csvdiff = 'app_begin_transfer_end_steffensen_sub.csv app_begin_transfer_end_steffensen_sub_sub0_csv.csv' allow_warnings = true - cli_args = "Transfers/v_from_sub/execute_on=timestep_end Transfers/u_to_sub/execute_on=timestep_end Executioner/transformed_variables='' MultiApps/sub/transformed_variables='v' Outputs/file_base=app_begin_transfer_end_steffensen_sub" + cli_args = "Transfers/v_from_sub/execute_on=fixedpoint_end Transfers/u_to_sub/execute_on=fixedpoint_end Executioner/transformed_variables='' MultiApps/sub/transformed_variables='v' Outputs/file_base=app_begin_transfer_end_steffensen_sub" detail = 'for when updating the subapp variables with the sub-app executed at the beginning of each time step and variable transfers executed at the end of each timestep,' [] @@ -105,7 +105,7 @@ input = 'transient_main.i' csvdiff = 'app_end_transfer_begin_steffensen_sub.csv' allow_warnings = true - cli_args = "MultiApps/sub/execute_on=timestep_end Transfers/v_from_sub/execute_on=timestep_begin Transfers/u_to_sub/execute_on=timestep_begin Executioner/transformed_variables='' MultiApps/sub/transformed_variables='v' Outputs/file_base=app_end_transfer_begin_steffensen_sub" + cli_args = "MultiApps/sub/execute_on=fixedpoint_end Transfers/v_from_sub/execute_on=fixedpoint_begin Transfers/u_to_sub/execute_on=fixedpoint_begin Executioner/transformed_variables='' MultiApps/sub/transformed_variables='v' Outputs/file_base=app_end_transfer_begin_steffensen_sub" detail = 'for updating the subapp variables with the sub-app executed at the end of each time step and variable transfers executed at the beginning of each timestep,' [] @@ -113,7 +113,7 @@ type = 'CSVDiff' input = 'transient_main.i' csvdiff = 'app_end_transfer_end_steffensen_sub.csv' - cli_args = "MultiApps/sub/execute_on=timestep_end Transfers/v_from_sub/execute_on=timestep_end Transfers/u_to_sub/execute_on=timestep_end Executioner/transformed_variables='' MultiApps/sub/transformed_variables='v' Outputs/file_base=app_end_transfer_end_steffensen_sub" + cli_args = "MultiApps/sub/execute_on=fixedpoint_end Transfers/v_from_sub/execute_on=fixedpoint_end Transfers/u_to_sub/execute_on=fixedpoint_end Executioner/transformed_variables='' MultiApps/sub/transformed_variables='v' Outputs/file_base=app_end_transfer_end_steffensen_sub" detail = 'and for updating the subapp variables with the sub-app and the variable transfers executed at the end of each time step.' [] [] diff --git a/test/tests/multiapps/steffensen/transient_main.i b/test/tests/multiapps/steffensen/transient_main.i index 38e5042fefbd..49479c2bf658 100644 --- a/test/tests/multiapps/steffensen/transient_main.i +++ b/test/tests/multiapps/steffensen/transient_main.i @@ -86,7 +86,7 @@ positions = '0 0 0' input_files = 'transient_sub.i' clone_parent_mesh = true - execute_on = 'timestep_begin' + execute_on = 'fixedpoint_begin' # The input was originally created with effectively no restore # see the changes made for #5554 then reverted in #28115 no_restore = true @@ -99,13 +99,13 @@ from_multi_app = sub source_variable = v variable = v - execute_on = 'timestep_begin' + execute_on = 'fixedpoint_begin' [] [u_to_sub] type = MultiAppGeneralFieldNearestLocationTransfer to_multi_app = sub source_variable = u variable = u - execute_on = 'timestep_begin' + execute_on = 'fixedpoint_begin' [] [] diff --git a/test/tests/multiapps/steffensen_postprocessor/steady_main.i b/test/tests/multiapps/steffensen_postprocessor/steady_main.i index 5fb919ff87da..132831c376cc 100644 --- a/test/tests/multiapps/steffensen_postprocessor/steady_main.i +++ b/test/tests/multiapps/steffensen_postprocessor/steady_main.i @@ -42,6 +42,7 @@ type = SideAverageValue variable = u boundary = right + execute_on = 'fixedpoint_begin' [] [average] type = ElementAverageValue @@ -76,7 +77,7 @@ positions = '0 0 0' input_files = steady_sub.i clone_parent_mesh = true - execute_on = 'timestep_begin' + execute_on = 'fixedpoint_begin' # we keep the full postprocessor output history of the subapp keep_full_output_history = true diff --git a/test/tests/multiapps/steffensen_postprocessor/tests b/test/tests/multiapps/steffensen_postprocessor/tests index 1c126bdd4b3d..39d9d3915875 100644 --- a/test/tests/multiapps/steffensen_postprocessor/tests +++ b/test/tests/multiapps/steffensen_postprocessor/tests @@ -51,7 +51,7 @@ type = 'CSVDiff' input = 'transient_main.i' csvdiff = 'app_begin_transfer_begin.csv app_begin_transfer_begin_sub0_csv.csv' - cli_args = 'Transfers/left_from_sub/execute_on=timestep_begin Transfers/right_to_sub/execute_on=timestep_begin Outputs/file_base=app_begin_transfer_begin' + cli_args = 'Transfers/left_from_sub/execute_on=fixedpoint_begin Transfers/right_to_sub/execute_on=fixedpoint_begin Outputs/file_base=app_begin_transfer_begin' detail = 'with the sub-app and the postprocessor transfers executed at the beginning of each time step,' [] [app_begin_transfers_end] @@ -60,7 +60,7 @@ csvdiff = 'app_begin_transfer_end.csv app_begin_transfer_end_sub0_csv.csv' allow_warnings = true recover = false - cli_args = 'Transfers/left_from_sub/execute_on=timestep_end Transfers/right_to_sub/execute_on=timestep_end Outputs/file_base=app_begin_transfer_end' + cli_args = 'Transfers/left_from_sub/execute_on=fixedpoint_end Transfers/right_to_sub/execute_on=fixedpoint_end Outputs/file_base=app_begin_transfer_end' detail = 'with the sub-app executed at the beginning of each time step and postprocessor transfers executed at the end of each timestep,' [] [app_end_transfers_begin] @@ -68,14 +68,14 @@ input = 'transient_main.i' csvdiff = 'app_end_transfer_begin.csv app_end_transfer_begin_sub0_csv.csv' allow_warnings = true - cli_args = 'MultiApps/sub/execute_on=timestep_end Transfers/left_from_sub/execute_on=timestep_begin Transfers/right_to_sub/execute_on=timestep_begin Outputs/file_base=app_end_transfer_begin' + cli_args = 'MultiApps/sub/execute_on=fixedpoint_end Transfers/left_from_sub/execute_on=fixedpoint_begin Transfers/right_to_sub/execute_on=fixedpoint_begin Outputs/file_base=app_end_transfer_begin' detail = 'with the sub-app executed at the end of each time step and postprocessor transfers executed at the beginning of each timestep,' [] [app_end_transfers_end] type = 'CSVDiff' input = 'transient_main.i' csvdiff = 'app_end_transfer_end.csv app_end_transfer_end_sub0_csv.csv' - cli_args = 'MultiApps/sub/execute_on=timestep_end Transfers/left_from_sub/execute_on=timestep_end Transfers/right_to_sub/execute_on=timestep_end Outputs/file_base=app_end_transfer_end' + cli_args = 'MultiApps/sub/execute_on=fixedpoint_end Transfers/left_from_sub/execute_on=fixedpoint_end Transfers/right_to_sub/execute_on=fixedpoint_end Outputs/file_base=app_end_transfer_end' detail = 'with the sub-app and the postprocessor transfers executed at the end of each time step.' [] @@ -91,7 +91,7 @@ input = 'transient_main.i' csvdiff = 'app_begin_transfer_end_steffensen_sub.csv app_begin_transfer_end_steffensen_sub_sub0_csv.csv' allow_warnings = true - cli_args = "Transfers/left_from_sub/execute_on=timestep_end Transfers/right_to_sub/execute_on=timestep_end Executioner/transformed_postprocessors='' MultiApps/sub/transformed_postprocessors='from_main' Outputs/file_base=app_begin_transfer_end_steffensen_sub" + cli_args = "Transfers/left_from_sub/execute_on=fixedpoint_end Transfers/right_to_sub/execute_on=fixedpoint_end Executioner/transformed_postprocessors='' MultiApps/sub/transformed_postprocessors='from_main' Outputs/file_base=app_begin_transfer_end_steffensen_sub" detail = 'for updating the subapp postprocessor with the sub-app executed at the beginning of each time step and variable transfers executed at the end of each timestep,' [] [app_end_transfers_begin_steffensen_sub] @@ -99,7 +99,7 @@ input = 'transient_main.i' csvdiff = 'app_end_transfer_begin_steffensen_sub.csv' allow_warnings = true - cli_args = "MultiApps/sub/execute_on=timestep_end Transfers/left_from_sub/execute_on=timestep_begin Transfers/right_to_sub/execute_on=timestep_begin Executioner/transformed_postprocessors='' MultiApps/sub/transformed_postprocessors='from_main' Outputs/file_base=app_end_transfer_begin_steffensen_sub" + cli_args = "MultiApps/sub/execute_on=fixedpoint_end Transfers/left_from_sub/execute_on=fixedpoint_begin Transfers/right_to_sub/execute_on=fixedpoint_begin Executioner/transformed_postprocessors='' MultiApps/sub/transformed_postprocessors='from_main' Outputs/file_base=app_end_transfer_begin_steffensen_sub" detail = 'for updating the subapp postprocessor with the sub-app executed at the end of each time step and variable transfers executed at the beginning of each timestep,' [] [app_end_transfers_end_steffensen_sub] @@ -107,7 +107,7 @@ input = 'transient_main.i' csvdiff = 'app_end_transfer_end_steffensen_sub.csv' allow_warnings = true - cli_args = "MultiApps/sub/execute_on=timestep_end Transfers/left_from_sub/execute_on=timestep_end Transfers/right_to_sub/execute_on=timestep_end Executioner/transformed_postprocessors='' MultiApps/sub/transformed_postprocessors='from_main' Outputs/file_base=app_end_transfer_end_steffensen_sub" + cli_args = "MultiApps/sub/execute_on=fixedpoint_end Transfers/left_from_sub/execute_on=fixedpoint_end Transfers/right_to_sub/execute_on=fixedpoint_end Executioner/transformed_postprocessors='' MultiApps/sub/transformed_postprocessors='from_main' Outputs/file_base=app_end_transfer_end_steffensen_sub" detail = 'and for updating the subapp postprocessor with the sub-app and the variable transfers executed at the end of each time step.' [] [] diff --git a/test/tests/multiapps/steffensen_postprocessor/transient_main.i b/test/tests/multiapps/steffensen_postprocessor/transient_main.i index 588a2bd9e9c3..d6c4edfa2611 100644 --- a/test/tests/multiapps/steffensen_postprocessor/transient_main.i +++ b/test/tests/multiapps/steffensen_postprocessor/transient_main.i @@ -50,6 +50,7 @@ type = SideAverageValue variable = u boundary = right + execute_on = 'fixedpoint_begin' [] [average] type = ElementAverageValue @@ -84,7 +85,7 @@ positions = '0 0 0' input_files = 'transient_sub.i' clone_parent_mesh = true - execute_on = 'timestep_begin' + execute_on = 'fixedpoint_begin' # The input was originally created with effectively no restore # see the changes made for #5554 then reverted in #28115 no_restore = true diff --git a/test/tests/outputs/console/multiapp/picard_parent_both.i b/test/tests/outputs/console/multiapp/picard_parent_both.i index 3ad6ed463a4b..08a89e0f53c6 100644 --- a/test/tests/outputs/console/multiapp/picard_parent_both.i +++ b/test/tests/outputs/console/multiapp/picard_parent_both.i @@ -85,7 +85,7 @@ app_type = MooseTestApp positions = '1 1 1' input_files = picard_sub.i - execute_on = 'timestep_end' + execute_on = 'fixedpoint_end' [] [] diff --git a/test/tests/problems/eigen_problem/eigensolvers/ne_coupled_picard.i b/test/tests/problems/eigen_problem/eigensolvers/ne_coupled_picard.i index c8848cd6ecbd..a03dc0eeb670 100644 --- a/test/tests/problems/eigen_problem/eigensolvers/ne_coupled_picard.i +++ b/test/tests/problems/eigen_problem/eigensolvers/ne_coupled_picard.i @@ -56,7 +56,7 @@ normalization = unorm # this coefficient will affect the eigenvalue. normal_factor = 10 - execute_on = timestep_end + execute_on = fixedpoint_end [../] [] @@ -119,7 +119,7 @@ [./sub] type = FullSolveMultiApp input_files = ne_coupled_picard_sub.i - execute_on = timestep_end + execute_on = fixedpoint_end [../] [] diff --git a/test/tests/problems/eigen_problem/eigensolvers/ne_coupled_picard_subT.i b/test/tests/problems/eigen_problem/eigensolvers/ne_coupled_picard_subT.i index 58e7ecabecd2..8592ce0be33a 100644 --- a/test/tests/problems/eigen_problem/eigensolvers/ne_coupled_picard_subT.i +++ b/test/tests/problems/eigen_problem/eigensolvers/ne_coupled_picard_subT.i @@ -60,7 +60,7 @@ type = FullSolveMultiApp keep_solution_during_restore = true input_files = ne_coupled_picard_subT_sub.i - execute_on = timestep_end + execute_on = fixedpoint_end [../] [] @@ -70,14 +70,14 @@ to_multi_app = sub source_variable = T variable = T - execute_on = timestep_end + execute_on = fixedpoint_end [../] [./power_from_sub] type = MultiAppShapeEvaluationTransfer from_multi_app = sub source_variable = power variable = power - execute_on = timestep_end + execute_on = fixedpoint_end [../] [] diff --git a/test/tests/restart/restart_transient_from_steady/restart_trans_with_2subs.i b/test/tests/restart/restart_transient_from_steady/restart_trans_with_2subs.i index 9a0b7ae5ceeb..2a077e9b179e 100644 --- a/test/tests/restart/restart_transient_from_steady/restart_trans_with_2subs.i +++ b/test/tests/restart/restart_transient_from_steady/restart_trans_with_2subs.i @@ -115,7 +115,7 @@ positions = '0 0 0 0.5 0 0' input_files = restart_trans_with_sub_sub.i - execute_on = 'timestep_end' + execute_on = 'fixedpoint_end' [../] [] @@ -125,14 +125,14 @@ source_variable = power_density variable = power_density to_multi_app = sub - execute_on = 'timestep_end' + execute_on = 'fixedpoint_end' [] [t_from_sub] type = MultiAppGeometricInterpolationTransfer source_variable = temp variable = Tf from_multi_app = sub - execute_on = 'timestep_end' + execute_on = 'fixedpoint_end' [] [] diff --git a/test/tests/restart/restart_transient_from_steady/restart_trans_with_sub.i b/test/tests/restart/restart_transient_from_steady/restart_trans_with_sub.i index 63461fa94ae0..479ea240299e 100644 --- a/test/tests/restart/restart_transient_from_steady/restart_trans_with_sub.i +++ b/test/tests/restart/restart_transient_from_steady/restart_trans_with_sub.i @@ -113,7 +113,7 @@ app_type = MooseTestApp positions = '0 0 0' input_files = restart_trans_with_sub_sub.i - execute_on = 'timestep_end' + execute_on = 'fixedpoint_end' [../] [] @@ -123,14 +123,14 @@ source_variable = power_density variable = power_density to_multi_app = sub - execute_on = 'timestep_end' + execute_on = 'fixedpoint_end' [] [t_from_sub] type = MultiAppShapeEvaluationTransfer source_variable = temp variable = Tf from_multi_app = sub - execute_on = 'timestep_end' + execute_on = 'fixedpoint_end' [] [] diff --git a/test/tests/restart/restart_transient_from_steady/steady_with_2subs.i b/test/tests/restart/restart_transient_from_steady/steady_with_2subs.i index 4a1e64dfae19..0d54cba8238a 100644 --- a/test/tests/restart/restart_transient_from_steady/steady_with_2subs.i +++ b/test/tests/restart/restart_transient_from_steady/steady_with_2subs.i @@ -96,7 +96,7 @@ positions = '0 0 0 0.5 0 0' input_files = steady_with_sub_sub.i - execute_on = 'timestep_end' + execute_on = 'fixedpoint_end' [] [] @@ -106,14 +106,14 @@ source_variable = power_density variable = power_density to_multi_app = sub - execute_on = 'timestep_end' + execute_on = 'fixedpoint_end' [] [t_from_sub] type = MultiAppGeometricInterpolationTransfer source_variable = temp variable = Tf from_multi_app = sub - execute_on = 'timestep_end' + execute_on = 'fixedpoint_end' [] [] diff --git a/test/tests/restart/restart_transient_from_steady/steady_with_sub.i b/test/tests/restart/restart_transient_from_steady/steady_with_sub.i index 7c52714c1fc4..249a3ac133e4 100644 --- a/test/tests/restart/restart_transient_from_steady/steady_with_sub.i +++ b/test/tests/restart/restart_transient_from_steady/steady_with_sub.i @@ -54,7 +54,7 @@ [pwr_avg] type = ElementAverageValue variable = power_density - execute_on = 'initial timestep_end' + execute_on = 'initial fixedpoint_end' [] [temp_avg] type = ElementAverageValue @@ -94,7 +94,7 @@ app_type = MooseTestApp positions = '0 0 0' input_files = steady_with_sub_sub.i - execute_on = 'timestep_end' + execute_on = 'fixedpoint_end' [] [] @@ -104,14 +104,14 @@ source_variable = power_density variable = power_density to_multi_app = sub - execute_on = 'timestep_end' + execute_on = 'fixedpoint_end' [] [t_from_sub] type = MultiAppShapeEvaluationTransfer source_variable = temp variable = Tf from_multi_app = sub - execute_on = 'timestep_end' + execute_on = 'fixedpoint_end' [] [] diff --git a/test/tests/transfers/transfer_once_per_fixed_point/parent.i b/test/tests/transfers/transfer_once_per_fixed_point/parent.i index 5adacdab7edf..9a58f1894bb8 100644 --- a/test/tests/transfers/transfer_once_per_fixed_point/parent.i +++ b/test/tests/transfers/transfer_once_per_fixed_point/parent.i @@ -30,7 +30,7 @@ type = TransientMultiApp input_files = sub.i cli_args = "MultiApps/active='';Outputs/active=''" - execute_on = 'INITIAL TIMESTEP_END' + execute_on = 'INITIAL FIXEDPOINT_END' # The input was originally created with effectively no restore # see the changes made for #5554 then reverted in #28115 no_restore = true @@ -39,7 +39,7 @@ [sub] type = TransientMultiApp input_files = sub.i - execute_on = 'INITIAL TIMESTEP_END' + execute_on = 'INITIAL FIXEDPOINT_END' # The input was originally created with effectively no restore # see the changes made for #5554 then reverted in #28115 no_restore = true @@ -70,7 +70,7 @@ [num_fixed_point_total] type = TestPostprocessor test_type = 'grow' - execute_on = 'INITIAL TIMESTEP_END' + execute_on = 'INITIAL FIXEDPOINT_END' [] [num_fixed_point_begin] type = TestPostprocessor diff --git a/test/tests/transfers/transfer_once_per_fixed_point/sub.i b/test/tests/transfers/transfer_once_per_fixed_point/sub.i index 069fc7f3d0f9..09c8d9f0ca6f 100644 --- a/test/tests/transfers/transfer_once_per_fixed_point/sub.i +++ b/test/tests/transfers/transfer_once_per_fixed_point/sub.i @@ -13,7 +13,7 @@ [sub] type = TransientMultiApp input_files = sub.i - execute_on = 'INITIAL TIMESTEP_END' + execute_on = 'INITIAL FIXEDPOINT_END' cli_args = "MultiApps/active='';Outputs/active=''" [] []