We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, there is a bundle solution available for ODEs. https://colab.research.google.com/drive/1L9NGeLoDONWmCr_tZkjIJziF3yo1OJHE?usp=sharing Is it possible to make a bundle solution for PDEs such as diffusion?
So for example the PDE c' + D*cxx = 0 would be trained to get a network c(t,x,c0) with t \in [0,1], x\in [0,2], c0 \in [0,3].
Thank you!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, there is a bundle solution available for ODEs.
https://colab.research.google.com/drive/1L9NGeLoDONWmCr_tZkjIJziF3yo1OJHE?usp=sharing
Is it possible to make a bundle solution for PDEs such as diffusion?
So for example the PDE c' + D*cxx = 0 would be trained to get a network c(t,x,c0) with t \in [0,1], x\in [0,2], c0 \in [0,3].
Thank you!
The text was updated successfully, but these errors were encountered: