desc.equilibrium.Equilibrium.change_resolution

Equilibrium.change_resolution(L=None, M=None, N=None, L_grid=None, M_grid=None, N_grid=None, NFP=None, sym=None)Source

Set the spectral resolution and real space grid resolution.

Parameters:
  • L (int) – Maximum radial Zernike mode number.

  • M (int) – Maximum poloidal Fourier mode number.

  • N (int) – Maximum toroidal Fourier mode number.

  • L_grid (int) – Radial real space grid resolution.

  • M_grid (int) – Poloidal real space grid resolution.

  • N_grid (int) – Toroidal real space grid resolution.

  • NFP (int) – Number of field periods.

  • sym (bool) – Whether to enforce stellarator symmetry.