jax-cfd icon indicating copy to clipboard operation
jax-cfd copied to clipboard

Computational Fluid Dynamics in JAX

Results 52 jax-cfd issues
Sort by recently updated
recently updated
newest added

Hi, I was going through this paper ["Toward accelerated data-driven Rayleigh–Bénard convection simulations"](https://link.springer.com/article/10.1140/epje/s10189-023-00302-w) which used jax-cfd and some of the co-authors are developers of this library. I was wondering if...

Avoid complex->real casts via jax.numpy.astype This currently issues a warning about implicitly discarding the imaginary part, and it will issue an error in the future.