dymos icon indicating copy to clipboard operation
dymos copied to clipboard

Need a way to set_solver_print on the subprobem when using a shooting transcription.

Open Kenneth-T-Moore opened this issue 9 months ago • 1 comments

Proposed feature.

The shooting transcription builds a model with a subproblem in ode_integration_comp.py. The subproblem just uses the default solver print settings, and doesn't give a way to dial down any solver prints. It would be nice to have a way to control this, or alternatively, to just copy the solver print setting from the parent problem.

Example

No response

Kenneth-T-Moore avatar Apr 07 '25 19:04 Kenneth-T-Moore

Currently PicardShooting has the following options:

  • ode_nonlinear_solver : The nonlinear solver (BlockGS by default) that solves the dynamics in each segment.
  • ms_nonlinear_solver : The nonlinear solver (BlockGS by default) that enforces continuity of states between segments (multiple shooting)
  • ode_linear_solver and ms_linear_solver are the corresponding linear solvers.

robfalck avatar Apr 07 '25 19:04 robfalck