Modifying setup in the middle of the run after a pause

Hello,

Is there a way to modify simulation setup (ie. order of scheme, write frequency…) in the middle of a run? For example I want to initialize a run with 4th order scheme by the result of 2nd-order, or restart with a different write frequency.

I am asking this since the command “pyfr restart” doesn’t intake the ini file. Is there a way to incorporate the ini file in the pyfr restart command?

Junting Chen

A new inifile can be provided as an optional third argument to the pyfr
restart command.

Thanks Freddie!