Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate flows with parallel ODE problem #1460

Open
SouthEndMusic opened this issue May 13, 2024 · 1 comment
Open

Integrate flows with parallel ODE problem #1460

SouthEndMusic opened this issue May 13, 2024 · 1 comment
Labels
core Issues related to the computational core in Julia enhancement New feature or request

Comments

@SouthEndMusic
Copy link
Collaborator

This is an idea that came up after observing that #1431 is very bad for performance, see also #1444 (comment). So my thought was:

What if set up a parallel ODE problem next to the main one, where the du is given by the flows that come from the main solver? For performance and lack of information at intermediate timesteps it should use a relatively simple explicit algorithm. I would like to hear your thoughts on this regarding code complexity etc.

@SouthEndMusic SouthEndMusic added enhancement New feature or request core Issues related to the computational core in Julia labels May 13, 2024
@visr
Copy link
Member

visr commented May 14, 2024

This can probably be closed if #1468 works out well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Issues related to the computational core in Julia enhancement New feature or request
Projects
Status: To do
Development

No branches or pull requests

2 participants