Click or drag to resize

IEngineTimeStepAdaptive Methods

The IEngineTimeStepAdaptive type exposes the following members.

Methods
  NameDescription
Public methodDecreaseTimeStep
Returns a new decreased time step, based on the current time and the current dt.

This method is called when a time step has been rejected and needs to be re-evaluated, hence this method must return a time step that is smaller than the current one.

If the currentDt is already the minimum allowed time step, this can be returned again.

Public methodNextTimeStep
Return the new time step, based on the current time.
(Inherited from IEngineTimeStep.)
Public methodPrepare (Inherited from IEngineTimeStep.)
Public methodReset
Reset the time stepping information.
(Inherited from IEngineTimeStep.)
Top
See Also