pyoculus 0.1.1
|
Functions/Subroutines | |
subroutine | get_bfield_many_1d (n, s, t, z, bstz) |
subroutine | get_bfield_tangent_many_1d (n, s, t, z, bstz, dbstz) |
subroutine | get_bfield (stz, bstz) |
subroutine | get_bfield_tangent (stz, bstz, dbstz) |
subroutine specbfield::get_bfield | ( | real(kind=real_kind), dimension(3), intent(in) | stz, |
real(kind=real_kind), dimension(3), intent(out) | bstz ) |
subroutine specbfield::get_bfield_many_1d | ( | integer, intent(in) | n, |
real(kind=real_kind), dimension(n), intent(in) | s, | ||
real(kind=real_kind), dimension(n), intent(in) | t, | ||
real(kind=real_kind), dimension(n), intent(in) | z, | ||
real(kind=real_kind), dimension(n, 3), intent(out) | bstz ) |
subroutine specbfield::get_bfield_tangent | ( | real(kind=real_kind), dimension(3), intent(in) | stz, |
real(kind=real_kind), dimension(3), intent(out) | bstz, | ||
real(kind=real_kind), dimension(3,3), intent(out) | dbstz ) |
subroutine specbfield::get_bfield_tangent_many_1d | ( | integer, intent(in) | n, |
real(kind=real_kind), dimension(n), intent(in) | s, | ||
real(kind=real_kind), dimension(n), intent(in) | t, | ||
real(kind=real_kind), dimension(n), intent(in) | z, | ||
real(kind=real_kind), dimension(n, 3), intent(out) | bstz, | ||
real(kind=real_kind), dimension(n, 3,3), intent(out) | dbstz ) |