XGC1
Modules | Functions/Subroutines | Variables
bicub_setup.F90 File Reference

Modules

module  bicub_setup
 

Functions/Subroutines

subroutine bicub_setup::fort_psi_pspline_init (eq_mr, eq_mz, eq_rgrid, eq_zgrid, eq_psi_rz)
 
real(kind=8) function bicub_setup::fort_psi_pspline (r, z)
 
subroutine bicub_setup::generate_bicub_coeffs (xv, yv, xc, yc, fval, acoef)
 Generates coefficients for bicubic interpolation xv: x coordinates of the 4x4 provided grid points yv: y coordinates of the 4x4 provided grid points xc: x coordinate of the new grid point yc: y coordinate of the new grid point fval: value of the field at the 4x4 points acoef: the 4x4 coefficients for output. More...
 

Variables

type(ezspline2_r8) bicub_setup::psi_spline
 
logical bicub_setup::psi_spline_defined =.false.