Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed an issue where a DirectSolver was automatically added to a phase if any state has input_initial=True. #982

Merged
merged 2 commits into from
Sep 6, 2023

Conversation

robfalck
Copy link
Contributor

@robfalck robfalck commented Sep 6, 2023

Summary

The use of input_initial without solve_segments should not trigger the automatic addition of a nonlinear solver.

Related Issues

Backwards incompatibilities

None

New Dependencies

None

…ver.

Fixed some logic that was causing errant warnings due in the handling of static_target parameter option.
robfalck added a commit to robfalck/dymos that referenced this pull request Sep 6, 2023
@robfalck robfalck merged commit e2d882e into OpenMDAO:master Sep 6, 2023
@robfalck robfalck deleted the no_solver_input_initial branch August 14, 2024 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dymos should not add a solver to a phase just because input_initial=True for one or more states.
2 participants