XGC1
|
Functions/Subroutines | |
subroutine | field_following_pos2 (x_org, phi_org, phi_dest, x_dest) |
Project the input (R,phi,Z) coordinates along the magnetic field to a different toroidal angle. High-level routine. More... | |
subroutine | derivs (x, phi, dx) |
subroutine field_following_pos2::derivs | ( | real (8), dimension(2), intent(in) | x, |
real (8), intent(in) | phi, | ||
real (8), dimension(2), intent(out) | dx | ||
) |
subroutine field_following_pos2 | ( | real (kind=8), dimension(2), intent(in) | x_org, |
real (kind=8), intent(in) | phi_org, | ||
real (kind=8), intent(in) | phi_dest, | ||
real (kind=8), dimension(2), intent(out) | x_dest | ||
) |
Project the input (R,phi,Z) coordinates along the magnetic field to a different toroidal angle. High-level routine.
[in] | x_org | Input (R,Z) coordinates, real(8) |
[in] | phi_org | Input toroidal angle phi, real(8) |
[in] | phi_dest | Output toroidal angle phi, real(8) |
[out] | x_dest | Projected (R,Z) coordinates, real(8) |