jacobwilliams/rklib

Selectable root finder

Closed this issue · 1 comments

Currently the event-finding algorithm uses the brent_solver from roots-fortran. This could be an optional input, so the caller can select any of the methods in that library.

  • Note: should also be able to specify all the root-finder options: ftol, rtol, atol, maxiter, bisect_on_failure.