| 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<FieldEventHandlerConfiguration<T>> | 
FieldODEIntegrator.getEventHandlersConfigurations()
Get all the event handlers configurations that have been added to the integrator. 
 | 
Collection<FieldEventHandlerConfiguration<T>> | 
AbstractFieldIntegrator.getEventHandlersConfigurations()
Get all the event handlers configurations that have been added to the integrator. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
FieldEventState<T extends CalculusFieldElement<T>>
This class handles the state for one  
event handler during integration steps. | 
Copyright © 2016-2021 CS GROUP. All rights reserved.