general/science/wind/
distfunc.pro
NAME: distfunc FUNCTION: distfunc(vpar,vperp,param=dfpar) or distfunc(energy,angle,mass=mass,param=dfpar) PURPOSE: Interpolates distribution function in a smooth manner. USAGE: dfpar = distfunc(vx0,vy0,df=df0) ; Create structure dfpar using values of df0 known at the positions of vx0,vy0 df_new = distfunc(vx_new,vy_new,par=dfpar) return interpolated values of df at the new points.
Routines
File attributes
Modification date: | Thu Feb 13 16:43:39 2014 |
Lines: | 56 |