17 type(spline_coefficients
) :: s_spline
18 integer(itm_i4) :: i, j, ij
20 real(r8),
dimension(npsi) :: sp
22 allocate(b02(npsi * nchi))
23 allocate(dt_b02(npsi * nchi))
24 allocate(ds_b02(npsi * nchi))
29 ij = (i - 1) * nchi + j
30 b02(ij) = (g11_hel(i, j) + rbphi(i)**2) * g33_hel(i, j)
35 ij = (i - 1) * nchi + 1
42 ij = (i - 1) * nchi + j
45 call
spline(npsi, cs, sp, 0.0_r8, 0.0_r8, 2, s_spline)
47 ij = (i - 1) * nchi + j
48 ds_b02(ij) = s_spline%sp2(i)
subroutine allocate_spline_coefficients(spline, n)
subroutine spline(N, X, Y, ALFA, BETA, TYP, A, B, C, D)
subroutine deallocate_spline_coefficients(spline)
subroutine theta_derivative(arrin, darr, nchi)