subroutine for::i_interpol_wo_pspline |
( |
real (8), intent(in) |
psi, |
|
|
integer, intent(in) |
ideriv, |
|
|
real (8), intent(inout) |
ivalue |
|
) |
| |
subroutine for::set_fortran_i_interp_ptrs_vals |
( |
real(8) |
one_d_cub_min_psi_in, |
|
|
real(8) |
one_d_cub_max_psi_in, |
|
|
real(8) |
one_d_cub_dpsi_inv_in, |
|
|
integer(c_int) |
ncoeff, |
|
|
real(8), dimension(0:3, ncoeff), target |
one_d_cub_acoef_in |
|
) |
| |
real (8) for::one_d_cub_dpsi_inv |
1D psi-grid spacing for I(psi) interpolation
real (8) for::one_d_cub_max_psi |
real (8) for::one_d_cub_min_psi |
real (8), dimension(:,:), pointer for::one_d_cub_psi_acoef |
Spline coefficients for I(psi) interpolation.
The documentation for this module was generated from the following file: