Rahul Manavalan
Rahul Manavalan
Found a precursor method https://arxiv.org/pdf/2108.12590.pdf
- [ ] Implement 6th order method from table 4 - MSRK6 - [ ] Adaptive method MSRK54 and MSRK64
@ChrisRackauckas The tableau seems to be already in the package. https://github.com/SciML/OrdinaryDiffEq.jl/blob/master/src/tableaus/rosenbrock_tableaus.jl#L351-L403
Hey I would like to contribute to the issues here. (one at a time, at least :D). Could you elaborate on "interfacing libxc" ?
I am interested in contributing to this issue. Did you have anything specific in mind?
I'll certainly be willing to help out. If you could highlight the most basic functionality with respect to solving a high dimensional PDE , I can already wrap them with...
@xtalax I was on vacation for the past weeks. But I have started this now. :D
If this is still unresolved. I have a quick fix with OMEinsum.jl Should I open a PR?
> And Burger's is probably too simple of a test equation IMO. It's fine to show for handling of upwinding and the viscosity solution, but its dynamics are rather simple...
I am late to the discussion, but it would be nice to solve the time dependent version of the Burgers equation as well, in addition to the stationary one they...