MethodOfLines.jl icon indicating copy to clipboard operation
MethodOfLines.jl copied to clipboard

MOLFiniteDifference return of the full PDE variables

Open ChrisRackauckas opened this issue 4 years ago • 4 comments

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

ChrisRackauckas avatar Mar 28 '21 11:03 ChrisRackauckas

+1, also allowing interpolations of u in t and all the relevant dimensions

valentinsulzer avatar Mar 28 '21 14:03 valentinsulzer

See the note of https://github.com/SciML/DiffEqOperators.jl/pull/361#issuecomment-808980968

ChrisRackauckas avatar Mar 28 '21 23:03 ChrisRackauckas

This works IIRC? @xtalax

ChrisRackauckas avatar Mar 14 '22 22:03 ChrisRackauckas

Not the interpolations, @zoemcc did you get anywhere with the solution interfaces or should I spearhead this?

xtalax avatar Aug 11 '22 13:08 xtalax

Solved by solution interfaces

xtalax avatar Jan 11 '23 14:01 xtalax