Can we output picard iteration process with postprocessors? new_row_detection_columns = all seems useless? #32839
-
Check these boxes if you have followed the posting rules.
QuestionWhen I read the code https://github.com/idaholab/moose/blob/next/tutorials/tutorial02_multiapps/step03_coupling/02_parent_picard.i and but the result seems that no picard iterations are output in the csv. The result is still with timestep |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hello
This is the equivalent of time step end, but only one per fixed point loop, rather than once at the end of the time step inside each fixed point iteration
Essentially not without modifying MOOSE at this time. We need to use the picard iteration index to differentiate the output (writing to a different files for example), and that is not done yet |
Beta Was this translation helpful? Give feedback.

Hello
This is the equivalent of time step end, but only one per fixed point loop, rather than once at the end of the time step inside each fixed point iteration
Essentially not without modifying MOOSE at this time. We need to use the picard iteration index to differentiate the output (writing to a different files for example), and that is not done yet