You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Convergence PostprocessorConvergence introduced in #28848 should perform any checks it can to make sure that the employed post-processor and any of its dependencies are executed with the right execute_on values.
Design
#28927 will likely be a pre-req for this, as the right execute_on will depend on the type(s) of iteration employing the Convergence object.
Impact
Internal changes with no expected API change.
The text was updated successfully, but these errors were encountered:
Motivation
The Convergence
PostprocessorConvergence
introduced in #28848 should perform any checks it can to make sure that the employed post-processor and any of its dependencies are executed with the rightexecute_on
values.Design
#28927 will likely be a pre-req for this, as the right
execute_on
will depend on the type(s) of iteration employing the Convergence object.Impact
Internal changes with no expected API change.
The text was updated successfully, but these errors were encountered: