desc.profiles.SplineProfile.compute
- SplineProfile.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) – Values of the function at
self.knots. If not given, usesself.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:
values (ndarray) – values of the profile or its derivative at the points specified