|
XGCa
|
Functions/Subroutines | |
| subroutine | set_fortran_i_interp_ptrs_vals (one_d_cub_min_psi_in, one_d_cub_max_psi_in, one_d_cub_dpsi_inv_in, ncoeff, one_d_cub_acoef_in) |
| subroutine | i_interpol_wo_pspline (psi, ideriv, ivalue) |
Variables | |
| real(8), dimension(:,:), pointer | one_d_cub_psi_acoef |
| Spline coefficients for I(psi) interpolation. More... | |
| real(8) | one_d_cub_dpsi_inv |
| 1D psi-grid spacing for I(psi) interpolation More... | |
| real(8) | one_d_cub_min_psi |
| real(8) | one_d_cub_max_psi |
| 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), intent(in), value | one_d_cub_min_psi_in, |
| real(8), intent(in), value | one_d_cub_max_psi_in, | ||
| real(8), intent(in), value | one_d_cub_dpsi_inv_in, | ||
| integer(c_int), intent(in), value | 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.