dymos
dymos copied to clipboard
Need a way to set_solver_print on the subprobem when using a shooting transcription.
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
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_solverandms_linear_solverare the corresponding linear solvers.