![]() |
ORB5
v4.9.4
|
Functions/Subroutines | |
subroutine | computegyropoints_cylinder (gyropoints, na, X, Y, rho, B0, Bz) |
subroutine | computegyropoints_straight_cylinder (gyropoints, na, X, Y, rho) |
subroutine | computegyropoints_orb5 (gyropoints, na, S, CHI, rho, larmsc, larmchic, larmchis) |
subroutine gyropoints::computegyropoints_cylinder | ( | real, dimension(:,:), intent(inout) | gyropoints, |
integer, intent(in) | na, | ||
double precision, intent(in) | X, | ||
double precision, intent(in) | Y, | ||
double precision, intent(in) | rho, | ||
double precision, intent(in) | B0, | ||
double precision, intent(in) | Bz | ||
) |
subroutine gyropoints::computegyropoints_orb5 | ( | real, dimension(:,:), intent(inout) | gyropoints, |
integer, intent(in) | na, | ||
double precision, intent(in) | S, | ||
double precision, intent(in) | CHI, | ||
double precision, intent(in) | rho, | ||
real, intent(in) | larmsc, | ||
real, intent(in) | larmchic, | ||
real, intent(in) | larmchis | ||
) |
subroutine gyropoints::computegyropoints_straight_cylinder | ( | real, dimension(:,:), intent(inout) | gyropoints, |
integer, intent(in) | na, | ||
double precision, intent(in) | X, | ||
double precision, intent(in) | Y, | ||
double precision, intent(in) | rho | ||
) |