Skip to content

FLINT beta release very close to becoming 1.0 release!

Compare
Choose a tag to compare
@princemahajan princemahajan released this 21 May 16:25
· 32 commits to master since this release

Event Handling is redesigned and many new features have been added:

  • Multiple event conditions can be defined in a single event function with separate settings now for event step size and event tolerance for root-finding
  • Added option to return event state data at the exact location found using root-finding, or states at the beginning or end of the current integrator step. In case event step size is smaller than the current integrator step, the integrator step is divided using event step size and the event states are returned at the beginning or end of this event "step"
  • FLINT will now call event function after it has located the event according to the user-specified options with the event location information and solution at that location. User can specify an event action that FLINT event handler will perform such as mask the event from further detection, change the solution at the event or stop/restart the integration
  • Added support for fixed step size of the integrator with adaptive step computation off
  • Added FLINT error strings that user can retrieve by using the Info function
  • FLINT will now check the event trigger between the given initial solution and the first computed solution also