Skip to content
Bharat Mahajan edited this page May 21, 2020 · 27 revisions

Welcome to the FLINT wiki!

Things to do

  • EventAction: Ability to restart integration after encountering a discontinuity in the differential equations and aility to cross the discontinuity before restarting
  • Ability to detect events beyond which the first-order derivatives cannot be conveniently evaluated
  • Option to return a refined bracket for event for use in integration through discontinuity, event state at the beginning or end of the step
  • Test examples from https://reference.wolfram.com/language/tutorial/NDSolveWhenEvents.html
  • Choice of different step-error and step-size computation formulae
  • Compare the performance of matmul, gemm, and do loops for computation of ERK stages
  • Implement hand-optimized step-integration routines for Verner98R/Verner65E also.

New Features

  • Implement one General Linear Method (GLM) algorithm for stiff and non-stiff systems
  • Adjoint method for computing parameter sensitivity matrices cheaply
Clone this wiki locally