Torkel Loman

Results 439 comments of Torkel Loman

Currently - `equations(rn)` returns all equations and reactions. - `reactions(rn)` returns all reactions. We are missing something for returning reactions only. Intuitively, that should be `equations` (with something else returning...

I think this PR has gotten messed up due to all of the interlocking branch dependencies (depending on two different things in addition to master), not sure how to fix.

Git history not sustainable anymore, reuploaded as https://github.com/SciML/Catalyst.jl/pull/801

Thanks for the input! I'm a little bit uncertain how to deal with the precondition part, but otherwise all good.

Did you have any further input on the preconditioners @ChrisRackauckas? Also, what is the progress on moving default solvers to OrdinaryDiffEq? If that is coming soon then useful, but it...

Will have a look. I had a look through earlier and stuff should be fine, but maybe something appeared. Unreferenced footnote are intentional. They are basically further readings for some...

I try to build local, but that fails on my computer these days (or most Julia code), which limits its utility.

There are a couple of indexing PRs up already that should fix some of the issues, so will go through once that is passed.

Remove autonomy check for `NonlinearSystem`s for now, however, it is probably something we will have to think about at some point (at least the user will get an error quite...