Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Orekit
Orekit
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 52
    • Issues 52
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 6
    • Merge Requests 6
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Orekit
  • OrekitOrekit
  • Issues
  • #133

Closed
Open
Opened Apr 08, 2013 by Luc Maisonobe@lucOwner

AdditionalStateProvider should be available also in non-analytical propagators

Currently, the AdditionalStateProvider interface can be registered only to analytical propagators
(Kepler, Eckstein-Hechler, TLE SGP4/SDP4, adapter propagator, ephemeris).

Integration-based propagators like numerical and DSST handle additional states only by integrating
by themselves differential equations provided by the user.

If users want to provide additional states directly to an integration-based propagator without
having a differential equations, they cannot do it (or they need to set up a dummy equation with
0 derivative which is awkward).

The handling of AdditionalStateProvider should be moved upward in the propagator hierarchy.

(from redmine: issue id 133, created on 2013-04-08, closed on 2013-04-08)

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: orekit/orekit#133