desc.transform.Transform.transform

Transform.transform(c, dr=0, dt=0, dz=0)[source]

Transform from spectral domain to physical.

Parameters:
  • c (ndarray, shape(num_coeffs,)) – spectral coefficients, indexed to correspond to the spectral basis

  • dr (int) – order of radial derivative

  • dt (int) – order of poloidal derivative

  • dz (int) – order of toroidal derivative

Returns:

x (ndarray, shape(num_nodes,)) – array of values of function at node locations