You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should we make a constructor of DerivativeOperator instead that acts as compatibility for such cases? We don't even have this stuff documented and this kind of change is scary.
Activity
kanav99 commentedon Aug 8, 2019
Should we make a constructor of DerivativeOperator instead that acts as compatibility for such cases? We don't even have this stuff documented and this kind of change is scary.
ChrisRackauckas commentedon Aug 10, 2019
should it even use the DerivativeOperator?
kanav99 commentedon Aug 10, 2019
I just replaced
with
and it worked for OrdinaryDiffEq tests. Is it right?
ChrisRackauckas commentedon Aug 10, 2019
yes that's good. PR.
ChrisRackauckas commentedon Aug 10, 2019
Still not completely fixed since I forgot it needs BCs as well