Uses of Interface
org.orekit.utils.MultipleShooting
-
Packages that use MultipleShooting Package Description org.orekit.propagation.numerical.cr3bp Top level package for CR3BP Models used with a numerical propagator.org.orekit.utils This package provides useful objects. -
-
Uses of MultipleShooting in org.orekit.propagation.numerical.cr3bp
Classes in org.orekit.propagation.numerical.cr3bp that implement MultipleShooting Modifier and Type Class Description class
CR3BPMultipleShooter
Multiple shooting method applicable for orbits, either propagation in CR3BP, or in an ephemeris model. -
Uses of MultipleShooting in org.orekit.utils
Classes in org.orekit.utils that implement MultipleShooting Modifier and Type Class Description class
AbstractMultipleShooting
Multiple shooting method using only constraints on state vectors of patch points (and possibly on epoch and integration time).class
MultipleShooter
Multiple shooting method applicable for trajectories, in an ephemeris model.
-