Open GiudGiud opened 4 weeks ago
This likely unknowingly hindered our work on overlapping domain coupling. We routinely executed PPs on timestep_begin in fixed point iterations, but those executions happen after the transfers_to_multiapp and the multiapp execution
Bug Description
When trying to transfer PPs in fixed point iterations, there is no insertion point at time step begin that fits nicely for the "number of fixed point iterations". This made me look into using EXEC_TRANSFER, which is actually silently ignored even though the PP is transferred!
Steps to Reproduce
this shows it
Impact
Lagged reason for the first fixed point iteration No result at all if only executing on TRANSFER
[Optional] Diagnostics
No response