Vedant Puri

Results 106 comments of Vedant Puri

yeah it's a linear solve embedded in a nonlinear solve embedded in an integrator. we need verbosity keyword for each embedded solve i guess

ref https://github.com/SciML/SciMLOperators.jl/issues/55

testing locally, ```julia WARNING: could not import SciMLBase.getops into DiffEqOperators ```

Thanks. Could you help me with the writeup? LaTeX isn't compiling in the markdown, and I don't know where to upload an image of the solution.

Thanks. Where can I upload the image? ![poisson_annulus](https://user-images.githubusercontent.com/36345239/128362273-8bc55752-4797-4536-aff8-e806b4745f9b.png)

Nevermind. Dragging and dropping into the markdown worked!

@ChrisRackauckas , I think this commit is ready to merge.

can you print # of Krylov iterations? I'd like to make sure we all solvers are doing the same # of iterations. https://github.com/SciML/OrdinaryDiffEq.jl/issues/1571

#1571 is about ordinarydiffeq passing verbose argument to linearsolve to print krylov solve stats