FourierFlows / GeophysicalFlows.jl

Geophysical fluid dynamics pseudospectral solvers with Julia and FourierFlows.jl.
https://fourierflows.github.io/GeophysicalFlowsDocumentation/stable/
MIT License
155 stars 32 forks source link

Examples run on GPU() #207

Closed navidcy closed 3 years ago

navidcy commented 3 years ago

This PR generalizes all examples so they run without any errors on GPUs.

it also removed all Binder links from examples since the size of gh-pages branch has rendered them unusable.

Closes #167. Closes #203.

Also addresses one of @ranocha's review remarks.