public interface EventHandlerConfiguration
Modifier and Type | Method and Description |
---|---|
double |
getConvergence()
Get the convergence threshold for event localization.
|
ODEEventHandler |
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.
|
BracketedUnivariateSolver<UnivariateFunction> |
getSolver()
Get the root-finding algorithm to use to detect state events.
|
ODEEventHandler getEventHandler()
double getMaxCheckInterval()
double getConvergence()
int getMaxIterationCount()
BracketedUnivariateSolver<UnivariateFunction> getSolver()
Copyright © 2016-2021 CS GROUP. All rights reserved.