I have an evolution problem that I cannot cast in a classical form.
\frac{d}{dt} A u = u + F(u,v) \\
G(u) = 0
Where A is a bad matrix to invert, however (A - \Delta t) is ok to invert. When I’m coding this with an implicit scheme, evolving this equation is mostly ok. I would like to put this problem into DifferentialEquations.jl , but its unclear how to do so in this form without inverting A.