desc.grid.QuadratureGrid.change_resolution

QuadratureGrid.change_resolution(L, M, N, NFP=None)[source]

Change the resolution of the grid.

Parameters:
  • L (int) – new radial grid resolution (L radial nodes)

  • M (int) – new poloidal grid resolution (M poloidal nodes)

  • N (int) – new toroidal grid resolution (N toroidal nodes)

  • NFP (int) – Number of field periods.