gabrielgellner / DiffEQ.jl

Staging Area for a Differential Solver suite in Julia (DEAD)
Other
0 stars 0 forks source link

Check inputs of abstol reltol? #19

Open gabrielgellner opened 8 years ago

gabrielgellner commented 8 years ago

I just noticed that Matlab will change the tolerance given if the user gives something to small. I have no idea how this is checked/done, but I wonder if it is a good feature to have? Seems like super low settings should just trigger make it so that no step size can be found?