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
  • !327

Fixed issue #1006 : Added FieldODEIntegratorBuilder interface and its implementing classes

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Vincent CUCCHIETTI requested to merge vcucchie/orekit:issue-1006 into develop Dec 22, 2022
  • Overview 0
  • Commits 4
  • Pipelines 3
  • Changes 14

Hi everyone, this merge request aims to close issue #1006 (closed).

There was several ways to do this but ultimately, i had to resort to the simplest/brutal one as it would have been confusing to the user otherwise. Hence there is now a FieldODEIntegratorBuilder generic interface, which implements a buildIntegratorMethod() similar to the one defined in ODEIntegratorBuilder except for the additional Field field argument needed to create FieldODEIntegrator. Moreover, a field equivalent of all ODEIntegratorBuilders is now available except for GraggBulirschStoerIntegrator which does not have its field equivalent.

You'll see below the description of the commit :

Added FieldODEIntegratorBuilder interface and its implementing classes for all ODEIntegrator having a field equivalent (all ode integrators except for GraggBulirschStoerIntegrator)

Added associated tests

Updated changes.xml

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: issue-1006