OpenMDAO / dymos

Open Source Optimization of Dynamic Multidisciplinary Systems
Apache License 2.0
204 stars 65 forks source link

Added linear solver for cases where states solved via optimizer have `input_initial=True` #991

Closed robfalck closed 1 year ago

robfalck commented 1 year ago

Summary

This adds a linear solver directly to the StateIndependentsComp in such cases, since having it apply to the entire phase is generally overkill here.

Related Issues

Backwards incompatibilities

None

New Dependencies

None

coveralls commented 1 year ago

Coverage Status

coverage: 92.654% (+0.002%) from 92.652% when pulling 8673ce2c764afbd391f968a40596e35b4b89ad22 on robfalck:linear_solver_fix into b4675ac69488c8b447f3c652a9604136de9086ee on OpenMDAO:master.