MethodOfLines.jl
MethodOfLines.jl copied to clipboard
MOLFiniteDifference return of the full PDE variables
Right now it returns each of the pieces of the solution, but it would be nice to get the observed variable handling working so that sol[u] returns the whole (shaped?) object for u. This requires upstream array symbolics and observed handling in ModelingToolkit.jl
+1, also allowing interpolations of u in t and all the relevant dimensions
See the note of https://github.com/SciML/DiffEqOperators.jl/pull/361#issuecomment-808980968
This works IIRC? @xtalax
Not the interpolations, @zoemcc did you get anywhere with the solution interfaces or should I spearhead this?
Solved by solution interfaces