Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Orekit Orekit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 104
    • Issues 104
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 9
    • Merge requests 9
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Orekit
  • OrekitOrekit
  • Merge requests
  • !192

Remove step size limits in analytic propagators

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Evan Ward requested to merge analytic-step-830 into develop Aug 26, 2021
  • Overview 7
  • Commits 7
  • Pipelines 4
  • Changes 13

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 (closed)

Also found and fixed an old bug with analytic propagators, step handlers, and event detectors. Also found and fixed some differences in implementation between the field and non-field versions.

Individual commits should be easier to review than the whole diff.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: analytic-step-830