jax-cfd
jax-cfd copied to clipboard
Computational Fluid Dynamics in JAX
Internal change
Hi! I have a problem and sincerely hope to get your help! Problem description: I wrote a python program myself to implement some functions of the project, but I encountered...
interp1d added to CFD/interpolation.py. The API is the same as scipy.interpolation.interp1d except * It is more "functional", e.g. it returns a simple function rather than an (explicit) class. * Only...
I haven't read through the paper yet but I figured I'm inquire, is this research limited in scope to just 2d or are tensor based calculations appropriate and practical for...
Internal change
Internal change
Hi, Thanks for this amazing library! I installed the module using the command given in the README ``pip install jax-cfd[complete]`` to have access to all submodules. When I try to...
Hello! First, thanks for sharing this amazing project. Second, sorry if this isn’t the right place to ask this question. I would like to know if there is an ongoing...
Internal change
Internal change