Use FFTs in poloidal direction where possible #641
Labels
enhancement
General label for enhancement. Please also tag with "Speed", "Interface", "Functionality", etc
good first issue
Good for newcomers
hackathon
Stuff to work on during hackathon
P1
Lowest Priority, will get to eventually
performance
New feature or request to make the code faster
Several objectives now use
QuadratureGrid
orLinearGrid
for their default (to get accurate volume or surface averages), and because they are uniform in the poloidal direction we could possibly use FFTs to do that part of the transform. This would like see a decent speed bump and memory savings, similar to using FFTs for the poloidal direction. This would be added as another option to theTransform
class.The text was updated successfully, but these errors were encountered: