-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added interpolation of results to arbitrary nodes, removed use of `sc…
…ipy.interpolate.interp1d` from `phase.interp`. (#1129) * Added ability to retrieve interpolated values in phase on an arbitrary set of nodes. * Use make_interp_spline for backward compatibility * Fixed sorting issue when using np.unique to remove duplicate time values in interpolation. * optional [all] seems to fix no_snopt * raise on invalid desvars in orbit raise problem * reset invalid_desvar_behavior * bumping up number of testflo procs to 4. * removed old upgrade guide * balancing lagrange multipliers * water rocket for docs failing latest. * removed birkhoff from racecar test due to slowness * change interpolant to make_interp_spline * switch implicit duration example to use BoundsEnforceLS * testing implicit duration with SLSQP * two burn orbit raise mpi example radau transcription instead of gl
- Loading branch information
Showing
21 changed files
with
311 additions
and
970 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.