Hi everyone
Is it possible to store a sparse_matrix data structure across multiple time steps without reforming it at every time step ?
I am writing a custom dop solver, so I would like to store it as subdata but I am not quite sure how to do it so any help would be greatly appreciated. I have not really been able to find any examples of this in the documentation ...