desc.profiles.HermiteSplineProfile.compute

HermiteSplineProfile.compute(grid, params=None, dr=0, dt=0, dz=0)Source

Compute values of profile at specified nodes.

Parameters:
  • grid (Grid) – Locations to compute values at.

  • params (array-like) – First (second) half stores function (derivative) values at knots. If not given, uses self.params.

  • dr (int) – derivative order in rho, theta, zeta

  • dt (int) – derivative order in rho, theta, zeta

  • dz (int) – derivative order in rho, theta, zeta

Returns:

f (ndarray) – Array containing values of the dependent variable at the points specified.