You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rather than Arrays of Arrays. A named tuple is better (it has names) and we get loop unrolling, which is probably faster than using broadcasting as done, for example, here:
Rather than
Array
s ofArray
s. A named tuple is better (it has names) and we get loop unrolling, which is probably faster than using broadcasting as done, for example, here:FourierFlows.jl/src/timesteppers.jl
Line 211 in 1028120
The text was updated successfully, but these errors were encountered: