FourierFlows / FourierFlows.jl

Tools for building fast, hackable, pseudospectral partial differential equation solvers on periodic domains
https://bit.ly/FourierFlows
MIT License
207 stars 29 forks source link

Default type Float32 on GPU #266

Closed navidcy closed 2 years ago

navidcy commented 3 years ago

This PR changes that default float type to Float32 for grids that line on the GPU.

Closes #258.