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 65
    • Issues 65
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • 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
  • !217

Implemented a new API for State Transition Matrix and Jacobian Matrix computation

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Luc Maisonobe requested to merge issue-856 into develop Nov 29, 2021
  • Overview 0
  • Commits 39
  • Pipelines 3
  • Changes 106

The new API is simpler to use and eliminates completely the need for PartialDerivativesEquations which could be deprecated in 11.1 and removed in 12.0. The public API is limited to call one new method in NumericalPropagator: setupMatricesComputation that returns an opaque implementation of the new MatrixHarvester interface. So users call setupMatricesComputation and use the harvester later on to extract the matrices from the spacecraft states produces by the propagator along propagation.

Edited Nov 29, 2021 by Luc Maisonobe
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: issue-856