public class MultipleShooter extends AbstractMultipleShooting
| Constructor and Description |
|---|
MultipleShooter(List<SpacecraftState> initialGuessList,
List<NumericalPropagator> propagatorList,
List<AdditionalEquations> additionalEquations,
double arcDuration,
double tolerance)
Deprecated.
as of 11.1, replaced by
MultipleShooter(List, List, List, double, double, int) |
MultipleShooter(List<SpacecraftState> initialGuessList,
List<NumericalPropagator> propagatorList,
List<EpochDerivativesEquations> epochEquations,
double arcDuration,
double tolerance,
int maxIter)
Simple Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected double[] |
computeAdditionalConstraints(List<SpacecraftState> propagatedSP)
Compute the additional constraints.
|
protected double[][] |
computeAdditionalJacobianMatrix(List<SpacecraftState> propagatedSP)
Compute a part of the Jacobian matrix from additional constraints.
|
protected SpacecraftState |
getAugmentedInitialState(int i)
Compute the additional state from the additionalEquations.
|
addConstraint, compute, computeEpochJacobianMatrix, getAugmentedInitialState, getConstraintsMap, getFreeEpochMap, getFreePatchPointMap, getNumberOfConstraints, getNumberOfFreeEpoch, getNumberOfFreeVariables, getPatchedSpacecraftState, getPatchPoint, getPropagatorList, isClosedOrbit, setClosedOrbitConstraint, setEpochFreedom, setPatchPointComponentFreedom, updateAdditionalConstraints@Deprecated public MultipleShooter(List<SpacecraftState> initialGuessList, List<NumericalPropagator> propagatorList, List<AdditionalEquations> additionalEquations, double arcDuration, double tolerance)
MultipleShooter(List, List, List, double, double, int)Standard constructor for multiple shooting which can be used with the CR3BP model.
initialGuessList - initial patch points to be corrected.propagatorList - list of propagators associated to each patch point.additionalEquations - list of additional equations linked to propagatorList.arcDuration - initial guess of the duration of each arc.tolerance - convergence tolerance on the constraint vectorpublic MultipleShooter(List<SpacecraftState> initialGuessList, List<NumericalPropagator> propagatorList, List<EpochDerivativesEquations> epochEquations, double arcDuration, double tolerance, int maxIter)
Standard constructor for multiple shooting which can be used with the CR3BP model.
initialGuessList - initial patch points to be corrected.propagatorList - list of propagators associated to each patch point.epochEquations - list of additional derivatives providers linked to propagatorList.arcDuration - initial guess of the duration of each arc.tolerance - convergence tolerance on the constraint vectormaxIter - maximum number of iterationsprotected SpacecraftState getAugmentedInitialState(int i)
getAugmentedInitialState in class AbstractMultipleShootingi - index of the stateprotected double[][] computeAdditionalJacobianMatrix(List<SpacecraftState> propagatedSP)
computeAdditionalJacobianMatrix in class AbstractMultipleShootingpropagatedSP - propagatedSPprotected double[] computeAdditionalConstraints(List<SpacecraftState> propagatedSP)
computeAdditionalConstraints in class AbstractMultipleShootingpropagatedSP - propagated SpacecraftStateCopyright © 2002-2022 CS GROUP. All rights reserved.