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
We should make sure that Brusselator runs smoothly and efficiently on a GPU.
The text was updated successfully, but these errors were encountered:
it does not because of N[1, 1] += params.E * grid.nx # note that fft(constant) = constant * nx in calcN!.
N[1, 1] += params.E * grid.nx # note that fft(constant) = constant * nx
calcN!
What is this line for btw?
Sorry, something went wrong.
The Brusselator solution has nonzero mean and this the nonlinear component of that.
I think we just need CUDA.@allowscalar?
CUDA.@allowscalar
navidcy
No branches or pull requests
We should make sure that Brusselator runs smoothly and efficiently on a GPU.
The text was updated successfully, but these errors were encountered: