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

Feature request: support for integral terms #94

Closed
sdwfrost opened this issue May 5, 2022 · 4 comments · Fixed by #220
Closed

Feature request: support for integral terms #94

sdwfrost opened this issue May 5, 2022 · 4 comments · Fixed by #220

Comments

@sdwfrost
Copy link

sdwfrost commented May 5, 2022

Help! All the PDE models I'm interested in integrate over one of the dimensions, and NeuralPDE.jl is too slow for many of them. As MOL is the standard way to discretize these models in the literature, would it be possible to add in support for integrals?

@ChrisRackauckas
Copy link
Member

This library could evolve to solve integro-differential equations, but it does not at this time and it's probably not going to for at least a bit.

@xtalax
Copy link
Member

xtalax commented Dec 13, 2022

Support for integrals from say 0..x are now merged, was this the type of limits you needed?

@sdwfrost
Copy link
Author

The limits I need are integrals over the entire domain - here's a snippet:

@parameters t a
Dt = Differential(t)
Da = Differential(a)
Ia = Integral(a in DomainSets.ClosedInterval(0,52*75.0))
domains = [t  (0,40.0), a  (0,75*52)]

@xtalax
Copy link
Member

xtalax commented Dec 13, 2022

alright, see you in MOL v0.7.6 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants