Of these, the state_defect is a linear function of the design variables as long as X and V are design variables. Since dymos doesn't support opt=False for states yet, this is guaranteed to be the case.
The initial defect is guaranteed to be linear if the initial state is a design variable, and the final defect is guaranteed to be linear if the final state is a design variable. If these initial or final values are input, then the linearity cannot be guaranteed.
Proposed feature.
The following collocation defects exist for the Birkhoff transcription:
Of these, the
state_defect
is a linear function of the design variables as long as X and V are design variables. Since dymos doesn't supportopt=False
for states yet, this is guaranteed to be the case.The initial defect is guaranteed to be linear if the initial state is a design variable, and the final defect is guaranteed to be linear if the final state is a design variable. If these initial or final values are input, then the linearity cannot be guaranteed.
Example
N/A