Package | Description |
---|---|
fr.cnes.sirius.patrius.math.ode |
This package provides classes to solve Ordinary Differential Equations problems.
|
fr.cnes.sirius.patrius.math.ode.events |
This package provides classes to handle discrete events occurring during
Ordinary Differential Equations integration.
|
fr.cnes.sirius.patrius.math.ode.nonstiff | |
fr.cnes.sirius.patrius.propagation.events | |
fr.cnes.sirius.patrius.propagation.events.multi |
Modifier and Type | Method and Description |
---|---|
Collection<EventHandler> |
ODEIntegrator.getEventHandlers()
Get all the event handlers that have been added to the integrator.
|
Collection<EventHandler> |
AbstractIntegrator.getEventHandlers()
Get all the event handlers that have been added to the integrator.
|
Modifier and Type | Method and Description |
---|---|
void |
ODEIntegrator.addEventHandler(EventHandler handler,
double maxCheckInterval,
double convergence,
int maxIterationCount)
Add an event handler to the integrator.
|
void |
AbstractIntegrator.addEventHandler(EventHandler handler,
double maxCheckInterval,
double convergence,
int maxIterationCount)
Add an event handler to the integrator.
|
void |
ODEIntegrator.addEventHandler(EventHandler handler,
double maxCheckInterval,
double convergence,
int maxIterationCount,
UnivariateSolver solver)
Add an event handler to the integrator.
|
void |
AbstractIntegrator.addEventHandler(EventHandler handler,
double maxCheckInterval,
double convergence,
int maxIterationCount,
UnivariateSolver solver)
Add an event handler to the integrator.
|
Modifier and Type | Method and Description |
---|---|
EventHandler |
EventState.getEventHandler()
Get the underlying event handler.
|
Constructor and Description |
---|
EventState(EventHandler handlerIn,
double maxCheckIntervalIn,
double convergenceIn,
int maxIterationCountIn,
UnivariateSolver solverIn)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
GraggBulirschStoerIntegrator.addEventHandler(EventHandler function,
double maxCheckInterval,
double convergence,
int maxIterationCount,
UnivariateSolver solver)
Add an event handler to the integrator.
|
Modifier and Type | Class and Description |
---|---|
class |
AdaptedEventDetector
Adapt an
EventDetector to commons-math
EventHandler interface. |
Modifier and Type | Class and Description |
---|---|
class |
AdaptedMonoEventDetector
This interface is copied from
AdaptedEventDetector and adapted to
multi propagation. |
class |
AdaptedMultiEventDetector
This interface is copied from
AdaptedEventDetector and adapted to
multi propagation. |
Copyright © 2023 CNES. All rights reserved.