Direction of continuation

Hello,

In continuesoln.cpp, the input parameter “up” that was present in the previous version of the code which could direct the continuation along the increasing parameter direction is not available in the newer version. Can anyone guide me towards what has been its replacement ?

I tried giving a negative value to the “-ds0” parameter, but that also did not change the direction.

Regards,

Pavan

Dear Pavan,

your idea was good. It is however not “-ds0” which works this way. You can choose the direction via the sign of “-dmu”. The default is positive. “mu” in channelflow is the alias for a natural parameter (system parameter, box size, etc).

Best wishes,
Florian

Hello Florian,

Thank you very much !!

Regards,

Pavan