|
subroutine | setup_psi_one_d_cub (eq_mpsi, eq_psi_grid) |
|
subroutine | setup_one_d_cub (nx_in, x_in, spl_in, spl_out) |
|
subroutine | destroy_one_d_cub (spl) |
|
subroutine | gencoef_one_d_cub (dpsi, fval, acoef) |
|
subroutine | i_interpol_wo_pspline (psi, ideriv, ivalue) |
|
subroutine | interpol_1d_cub (x, ideriv, ivalue, spl) |
|
subroutine for::gencoef_one_d_cub |
( |
real (8), intent(in) |
dpsi, |
|
|
real (8), dimension(0:ndeg), intent(in) |
fval, |
|
|
real (8), dimension(0:ndeg), intent(inout) |
acoef |
|
) |
| |
subroutine for::i_interpol_wo_pspline |
( |
real (8), intent(in) |
psi, |
|
|
integer, intent(in) |
ideriv, |
|
|
real (8), intent(inout) |
ivalue |
|
) |
| |
subroutine for::interpol_1d_cub |
( |
real (8), intent(in) |
x, |
|
|
integer, intent(in) |
ideriv, |
|
|
real (8), intent(inout) |
ivalue, |
|
|
type(one_d_cub_spl_type) |
spl |
|
) |
| |
subroutine for::setup_one_d_cub |
( |
integer, intent(in) |
nx_in, |
|
|
real (8), dimension(nx_in), intent(in) |
x_in, |
|
|
type(ezspline1_r8), intent(inout) |
spl_in, |
|
|
type(one_d_cub_spl_type), intent(out) |
spl_out |
|
) |
| |
subroutine for::setup_psi_one_d_cub |
( |
integer, intent(in) |
eq_mpsi, |
|
|
real (8), dimension(eq_mpsi), intent(in) |
eq_psi_grid |
|
) |
| |
real (8) for::one_d_cub_dpsi_inv |
1D psi-grid spacing for I(psi) interpolation
real (8), dimension(:,:), allocatable, target for::one_d_cub_psi_acoef |
Spline coefficients for I(psi) interpolation.
real (8) for::one_d_cub_psimin |
Minimum of psi-grid for I(psi) interpolation.
The documentation for this module was generated from the following file: