getg.f90


subroutine i2mex_getG (ns, psi, g, ier)

    Get g, the covariant toroidal magnetic field component, on the psi mesh

integer, intent(in) :: ns

real(i2mex_r8), intent(in) :: psi(ns)

real(i2mex_r8), intent(out) :: g(ns)

integer, intent(out) :: ier


subroutine i2mex_getGp (ns, psi, gp, ier)

    Get d g /d psi on psi mesh


subroutine i2mex_getGpp (ns, psi, gpp, ier)

    Get d^2 g /d psi^2 on psi mesh

integer, intent(in) :: ns

real(i2mex_r8), intent(in) :: psi(ns)

real(i2mex_r8), intent(out) :: gpp(ns)

integer, intent(out) :: ier


Send comments about this document to Alexander Ppletzer. Thu Jan 26 12:43:45 2006