T
- the type of the field elementspublic interface FieldEventHandlerConfiguration<T extends CalculusFieldElement<T>>
Modifier and Type | Method and Description |
---|---|
T |
getConvergence()
Get the convergence threshold for event localization.
|
FieldODEEventHandler<T> |
getEventHandler()
Get the underlying event handler.
|
double |
getMaxCheckInterval()
Get the maximal time interval between events handler checks.
|
int |
getMaxIterationCount()
Get the upper limit in the iteration count for event localization.
|
BracketedRealFieldUnivariateSolver<T> |
getSolver()
Get the root-finding algorithm to use to detect state events.
|
FieldODEEventHandler<T> getEventHandler()
double getMaxCheckInterval()
T getConvergence()
int getMaxIterationCount()
BracketedRealFieldUnivariateSolver<T> getSolver()
Copyright © 2016-2021 CS GROUP. All rights reserved.