Question about system of ODE and PDE #1716
Unanswered
changuniuni
asked this question in
Q&A
Replies: 1 comment
-
Implement numerical integration |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
is it possible to solve system time-dependent PDE and ODE using deepXDE?
For example, the equation I am currently trying to solve is shown below.
![Screenshot 2024-04-18 at 3 40 25 PM](https://private-user-images.githubusercontent.com/48553632/323495117-c09a6e7d-30ee-45a9-83c0-3339d0ce3af3.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNjEzNTIsIm5iZiI6MTczOTM2MTA1MiwicGF0aCI6Ii80ODU1MzYzMi8zMjM0OTUxMTctYzA5YTZlN2QtMzBlZS00NWE5LTgzYzAtMzMzOWQwY2UzYWYzLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDExNTA1MlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWRjMTJhZTdkMDYyMmQ4MDAxODYwNWEyYmM3YTIwM2E2YTYxZTA0MWNhNjQ0ODQ0NmI0YjZlY2VjYmU1OGM1OGUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.CcVM7WDzRKgZZwPfV-UZBmFRZa1T8A3Acjr2cIisW9Q)
Not only are ODEs and PDEs intertwined, but I need to integrate the function B with respect to "a" each time.
How should I use deepXDE in this case??
Thank you for your help :)
Beta Was this translation helpful? Give feedback.
All reactions