InfiniteOpt.jl icon indicating copy to clipboard operation
InfiniteOpt.jl copied to clipboard

Enable Piecewise Linear Behavior in Collocation

Open pulsipher opened this issue 3 years ago • 0 comments

Currently, all variables are freely discretized over internal collocation points. However, in certain instances (like control) it is desirable for control variables to stay constant over each finite element. We need some way for users to tag such variables to enable this behavior. Moreover, we'll need to track the domain it is applied to.

This follows from #215

pulsipher avatar Feb 07 '22 16:02 pulsipher