Class PythonAbstractMultipleShooting

    • Constructor Detail

      • PythonAbstractMultipleShooting

        public PythonAbstractMultipleShooting​(List<SpacecraftState> initialGuessList,
                                              List<NumericalPropagator> propagatorList,
                                              double arcDuration,
                                              double tolerance,
                                              int maxIter,
                                              String additionalName)
        Simple Constructor.

        Standard constructor for multiple shooting

        Parameters:
        initialGuessList - initial patch points to be corrected.
        propagatorList - list of propagators associated to each patch point.
        arcDuration - initial guess of the duration of each arc.
        tolerance - convergence tolerance on the constraint vector.
        maxIter - maximum number of iterations
        additionalName - name of the additional equations
        Since:
        11.1
    • Method Detail

      • pythonExtension

        public void pythonExtension​(long pythonObject)
        Part of JCC Python interface to object
      • pythonExtension

        public long pythonExtension()
        Part of JCC Python interface to object
      • pythonDecRef

        public void pythonDecRef()
        Part of JCC Python interface to object