PlasmaControl / DESC

Stellarator Equilibrium and Optimization Suite
MIT License
94 stars 27 forks source link

Better FFT interpolation for singular integration #890

Open f0uriest opened 8 months ago

f0uriest commented 8 months ago

FFT interpolation can't handle non-symmetric grids. We will probably always need the source grid to be symmetric to capture the integral correctly, but in theory the evaluation grid could be symmetric if we get the interpolation to work correctly.

_Originally posted by @ddudt in https://github.com/PlasmaControl/DESC/pull/725#discussion_r1495256689_

dpanici commented 5 months ago

can't handle symmetric grids right?