Skip to content
Snippets Groups Projects
  1. Sep 03, 2021
  2. Sep 02, 2021
  3. Sep 01, 2021
  4. Aug 30, 2021
  5. Aug 26, 2021
    • Evan Ward's avatar
      Fix step handled twice in analytic with event · 8a7380fb
      Evan Ward authored
      Previously when an analytic propagator handled a continue event the
      first part of the step would be passed to the OrekitStepHandler twice.
      Now it is only passed once. Seems to have been present when
      AbstractAnalyticalPropagator was created, about a decade ago, and not
      detected in all the changes since then, so I guess no one uses that
      combination much.
      8a7380fb
    • Evan Ward's avatar
      Refactor: remove unused variable epsilon · cfd2aaf2
      Evan Ward authored
      cfd2aaf2
    • Evan Ward's avatar
      Fix different {Field}AbstractAnalyticalPropagator · aa92f195
      Evan Ward authored
      Change FieldAbstractAnalyticalPropagator to use the same logic as
      AbstractAnalyticalPropagator in accept step to decide if it is the last
      step.
      aa92f195
    • Evan Ward's avatar
      Remove step size limits in analytic proagators · eac62c03
      Evan Ward authored
      Previously when there was a step handler analytic propagators were
      forced to take small steps though EventDetector and OrekitStepHandler
      can both use large steps. Removed this unnecessary restriction to
      improve performance.
      
      Fix #830
      eac62c03
  6. Aug 25, 2021
Loading