Alex Jones
Alex Jones
Solved by solution interfaces
You can also try FBDF() or QBDF, they seem quite good with advective problems
I mean as the solver, not the advection scheme - WENO it must be noted has issues with non periodic bcs, or less than 2 BCs per boundary - so...
@ChrisRackauckas is this still relevant?
Support for integrals from say 0..x are now merged, was this the type of limits you needed?
alright, see you in MOL v0.7.6 :)
Fixed with WENO and implicit methods
Can we expect this to be released by Monday?
Related: https://github.com/SciML/MethodOfLines.jl/issues/219
@ChrisRackauckas burgers should be working, it seems that the analytic funcs for the PDESystemLibrary being generated at precompile time means that RuntimeGeneratedFunctions can't find the function body in the cache...