Package | Description |
---|---|
fr.cnes.sirius.patrius.math.ode |
This package provides classes to solve Ordinary Differential Equations problems.
|
fr.cnes.sirius.patrius.stela.propagation |
Modifier and Type | Interface and Description |
---|---|
interface |
MainStateJacobianProvider
Interface expanding
first order
differential equations in order to compute exactly the main state jacobian
matrix for partial derivatives equations . |
Modifier and Type | Class and Description |
---|---|
class |
FirstOrderConverter
This class converts second order differential equations to first
order ones.
|
Modifier and Type | Method and Description |
---|---|
FirstOrderDifferentialEquations |
ExpandableStatefulODE.getPrimary()
Get the primary set of differential equations.
|
Modifier and Type | Method and Description |
---|---|
double |
FirstOrderIntegrator.integrate(FirstOrderDifferentialEquations equations,
double t0,
double[] y0,
double t,
double[] y)
Integrate the differential equations up to the given time.
|
double |
AbstractIntegrator.integrate(FirstOrderDifferentialEquations equations,
double t0,
double[] y0,
double t,
double[] y)
Integrate the differential equations up to the given time.
|
Constructor and Description |
---|
ExpandableStatefulODE(FirstOrderDifferentialEquations primaryIn)
Build an expandable set from its primary ODE set.
|
JacobianMatrices(FirstOrderDifferentialEquations fode,
double[] hY,
String... parameters)
Simple constructor for a secondary equations set computing Jacobian matrices.
|
Modifier and Type | Class and Description |
---|---|
class |
StelaDifferentialEquations
Class representing the differential system of a STELA GTO propagation.
|
Copyright © 2020 CNES. All rights reserved.