Skip to content

Commit

Permalink
update options to include t_final_targets
Browse files Browse the repository at this point in the history
  • Loading branch information
robfalck committed Feb 4, 2025
1 parent 73baa3c commit 3bdbc44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dymos/phase/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,9 @@ def __init__(self, read_only=False):
self.declare(name='t_duration_targets', allow_none=True, default=[],
desc='targets in the ODE to which the total duration of the phase is connected')

self.declare(name='t_final_targets', allow_none=True, default=[],
desc='targets in the ODE to which the final time of the phase is connected')

self.declare(name='t_duration_balance_options', default={},
desc='options dictionary for the duration residual')

Expand Down

0 comments on commit 3bdbc44

Please sign in to comment.