Package | Description |
---|---|
fr.cnes.sirius.patrius.events.utils | |
fr.cnes.sirius.patrius.math.ode.events |
This package provides classes to handle discrete events occurring during
Ordinary Differential Equations integration.
|
Modifier and Type | Method and Description |
---|---|
static EventHandler.Action |
AdaptedMonoEventDetector.convertIntoCMAction(EventDetector.Action orekitAction)
Convert Orekit action into Commons-Math action
|
EventHandler.Action |
AdaptedEventDetector.eventOccurred(double t,
double[] y,
boolean increasing,
boolean forward)
Handle an event and choose what to do next.
|
EventHandler.Action |
AdaptedMultiEventDetector.eventOccurred(double t,
double[] y,
boolean increasing,
boolean forward)
Handle an event and choose what to do next.
|
EventHandler.Action |
AdaptedMonoEventDetector.eventOccurred(double t,
double[] y,
boolean increasing,
boolean forward)
Handle an event and choose what to do next.
|
Modifier and Type | Method and Description |
---|---|
EventHandler.Action |
EventHandler.eventOccurred(double t,
double[] y,
boolean increasing,
boolean forward)
Handle an event and choose what to do next.
|
static EventHandler.Action |
EventHandler.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventHandler.Action[] |
EventHandler.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023 CNES. All rights reserved.