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
@glwagner any ideas to better optimize calcN!?
calcN!
Brusselator.jl/src/Brusselator.jl
Lines 93 to 110 in 903fbbe
The text was updated successfully, but these errors were encountered:
line 105 could use @inbounds. Not sure what else...
@inbounds
Sorry, something went wrong.
what about @Inbouds on line 107?
@inbounds is implied by broadcasting, I think.
@. vars.uh = @view sol[:, 1] ?
@. vars.uh = @view sol[:, 1]
No branches or pull requests
@glwagner any ideas to better optimize
calcN!
?Brusselator.jl/src/Brusselator.jl
Lines 93 to 110 in 903fbbe
The text was updated successfully, but these errors were encountered: