pyoculus 0.1.1
Loading...
Searching...
No Matches
specbfield Module Reference

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)
 

Function/Subroutine Documentation

◆ get_bfield()

subroutine specbfield::get_bfield ( real(kind=real_kind), dimension(3), intent(in) stz,
real(kind=real_kind), dimension(3), intent(out) bstz )

◆ get_bfield_many_1d()

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 )

◆ get_bfield_tangent()

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 )

◆ get_bfield_tangent_many_1d()

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 )