Package | Description |
---|---|
org.hipparchus.ode |
This package provides classes to solve Ordinary Differential Equations problems.
|
org.hipparchus.ode.events |
Events
|
Modifier and Type | Method and Description |
---|---|
Collection<EventHandlerConfiguration> |
AbstractIntegrator.getEventHandlersConfigurations()
Get all the event handlers configurations that have been added to the integrator.
|
Collection<EventHandlerConfiguration> |
ODEIntegrator.getEventHandlersConfigurations()
Get all the event handlers configurations that have been added to the integrator.
|
Modifier and Type | Class and Description |
---|---|
class |
EventState
This class handles the state for one
event handler during integration steps. |
Copyright © 2016-2021 CS GROUP. All rights reserved.