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

Make custom trapezoidal integration callback analogous to IntegratingCallback #1473

Closed
SouthEndMusic opened this issue May 16, 2024 · 0 comments
Assignees
Labels
core Issues related to the computational core in Julia improvement Improvements of the usability of existing functionality

Comments

@SouthEndMusic
Copy link
Collaborator

As explained in #1444, the approach for integrating flows proposed in #1431 is not feasible. The next idea was to use integrating callbacks now that these have more support. However, the integration scheme used in those callbacks is not feasible for us because we cannot evaluate the values to be integrated in intermediate points used for Gaussian quadrature on which the integrator doesn't stop.

Therefore the current idea is to make our own analog of IntegratingSumCallback (see the link above) with the trapezoidal integration we already used, but now more aligned with the DiffEqCallbacks.jl approach.

@SouthEndMusic SouthEndMusic added core Issues related to the computational core in Julia improvement Improvements of the usability of existing functionality labels May 16, 2024
@SouthEndMusic SouthEndMusic self-assigned this May 16, 2024
@SouthEndMusic SouthEndMusic closed this as not planned Won't fix, can't repro, duplicate, stale May 28, 2024
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 improvement Improvements of the usability of existing functionality
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant