Skip to content
Discussion options

You must be logged in to vote

Hello

Is there a way to enforce strict execution order of MultiApps at INITIAL (e.g. run Mu_Initial before Stokes)?

No there are no execution order groups for multiapps.
What you could do is not solve Stokes on initial, just solve it on timestep_begin (could be an option? It s right after INITIAL) or end (then the initialization behavior is different).

You could also set start_time/end_time parameters in each multiapps to make sure the first one is executed before the second.
It's roughly the same thing as suggested above though.

We have a need for this #31573, but it has not been developed yet

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@bo-qian
Comment options

Answer selected by bo-qian
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants