Class FieldPropagationStepRecorder<T extends CalculusFieldElement<T>>

    • Constructor Detail

      • FieldPropagationStepRecorder

        public FieldPropagationStepRecorder​(boolean resetAutomatically)
        Constructor.
        Parameters:
        resetAutomatically - resetting flag
      • FieldPropagationStepRecorder

        public FieldPropagationStepRecorder()
        Constructor with default flag.
    • Method Detail

      • setResetAutomatically

        public void setResetAutomatically​(boolean resetAutomatically)
        Setter for resetting flag.
        Parameters:
        resetAutomatically - flag
        Since:
        13.1
      • isResetAutomatically

        public boolean isResetAutomatically()
        Getter for resetting flag.
        Returns:
        flag
        Since:
        13.1
      • init

        public void init​(FieldSpacecraftState<T> s0,
                         FieldAbsoluteDate<T> t)
        Initialize step handler at the start of a propagation.

        This method is called once at the start of the propagation. It may be used by the step handler to initialize some internal data if needed.

        Specified by:
        init in interface FieldOrekitStepHandler<T extends CalculusFieldElement<T>>
        Parameters:
        s0 - initial state
        t - target time for the integration