Alex Jones
Alex Jones
Ah, that is a bug then. May be related to #130, the workaround was to rearrange the form of the coefficients, though I am not sure this is applicable here....
Please try this with the WENO scheme @henry2004y. Note that this scheme is sensitive to solver choice, for best results use a strong stability preserving solver like `SSPRK33()` with an...
@ChrisRackauckas @tinosulzer
I think the stencil interfaces could go in the getindex for the derivatives, right?
Periodicity and whether parameters join to others as in #32 can go in type info, can also have dependant variables that connect up in this way, reliance on dicts can...
Note to self, create a broadcast array wrapper type that broadcasts down operations on itself to handle substitution.
I know where this error comes from, I expected that this should already be supported. I will take a closer look at fixing this soon.
Thinking about it there is no way to get them to discretize at present, sorry. I will add this to known limitations. We can eventually support this, but don't expect...
Actually yes, good point! Let me know if that works.
#145 related