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
support is useful because periodic boundary conditions are confusing, but support modifying the length of an array to communicate how many points are needed is stupid and fragile. You have to get it right, but it's always the same for a given degree. I think it's worthwhile to make computation functions allocation-free, so let's just make a separate function to communicate how many points you need to worry about.
The text was updated successfully, but these errors were encountered:
support
is useful because periodic boundary conditions are confusing, butsupport
modifying the length of an array to communicate how many points are needed is stupid and fragile. You have to get it right, but it's always the same for a given degree. I think it's worthwhile to make computation functions allocation-free, so let's just make a separate function to communicate how many points you need to worry about.The text was updated successfully, but these errors were encountered: