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

Parallel ODE Solvers

Open ChrisRackauckas opened this issue 8 years ago • 3 comments

This is a good SE post for explaining the difference between the major groups.

Here is another reference for the differences .

Maybe we should write a wrapper to PFASST.

ChrisRackauckas avatar Feb 06 '17 19:02 ChrisRackauckas

I'm currently a postdoc working on pfasst-related algorithms in the context of symplectic integrators with the original authors of pypfasst (linked in original issue post). Pypfasst is deprecated, and there are really no other options in terms of wrapping around python code. Almost all PFASST algorithms are implemented in some kind of compiled language. I'm looking to take a stab at implementing it from scratch here.

brandonkrull avatar Jun 18 '18 18:06 brandonkrull

Alright cool, sounds like a good plan. Let me know if you need anything. Our devdocs should be helpful if you want to get it into OrdinaryDiffEq.jl quickly: http://devdocs.juliadiffeq.org/latest/

ChrisRackauckas avatar Jun 18 '18 19:06 ChrisRackauckas

https://arxiv.org/abs/1912.00702

ChrisRackauckas avatar Dec 17 '24 18:12 ChrisRackauckas