Uses of Interface
org.hipparchus.ode.events.AdaptableInterval
Packages that use AdaptableInterval
- 
Uses of AdaptableInterval in org.hipparchus.ode.events
Methods in org.hipparchus.ode.events that return AdaptableIntervalModifier and TypeMethodDescriptionAbstractODEDetector.getMaxCheckInterval()Get the maximal time interval between events handler checks.ODEEventDetector.getMaxCheckInterval()Get the maximal time interval between events handler checks.static AdaptableIntervalAdaptableInterval.of(double maxCheck) Create a constant interval from the input.Methods in org.hipparchus.ode.events with parameters of type AdaptableIntervalModifier and TypeMethodDescriptionprotected abstract TAbstractODEDetector.create(AdaptableInterval newMaxCheck, int newmaxIter, BracketedUnivariateSolver<UnivariateFunction> newSolver, ODEEventHandler newHandler) Build a new instance.protected EventSlopeFilter<T> EventSlopeFilter.create(AdaptableInterval newMaxCheck, int newMaxIter, BracketedUnivariateSolver<UnivariateFunction> newSolver, ODEEventHandler newHandler) Build a new instance.AbstractODEDetector.withMaxCheck(AdaptableInterval newMaxCheck) Setup the maximum checking interval.Constructors in org.hipparchus.ode.events with parameters of type AdaptableIntervalModifierConstructorDescriptionprotectedAbstractODEDetector(AdaptableInterval maxCheck, int maxIter, BracketedUnivariateSolver<UnivariateFunction> solver, ODEEventHandler handler) Build a new instance.