This interface should be implemented by anyone who is interested in getting the solution of an ordinary differential equation at fixed time steps. Objects implementing this interface should be wrapped within an instance of {@link StepNormalizer} that itselfis used as the general {@link StepHandler} by the integrator. The{@link StepNormalizer} object is called according to the integratorinternal algorithms and it calls objects implementing this interface as necessary at fixed time steps.
@see StepHandler @see StepNormalizer @version $Revision: 1073158 $ $Date: 2011-02-21 22:46:52 +0100 (lun. 21 févr. 2011) $ @since 1.2
|
|
|
|
|
|
|
|
|
|
|
|