XGC1
Functions/Subroutines
elliptics_mod Module Reference

Functions/Subroutines

subroutine elliptics (k, ellip_K, ellip_E)
 
subroutine ellip_agm_v (k, ellip_K, ellip_E, n)
 
subroutine ellip_agm (k, ellip_K, ellip_E)
 

Function/Subroutine Documentation

◆ ellip_agm()

subroutine elliptics_mod::ellip_agm ( real(kind=8), intent(in)  k,
real(kind=8), intent(out)  ellip_K,
real(kind=8), intent(out)  ellip_E 
)

◆ ellip_agm_v()

subroutine elliptics_mod::ellip_agm_v ( real(kind=8), dimension(n), intent(in)  k,
real(kind=8), dimension(n), intent(out)  ellip_K,
real(kind=8), dimension(n), intent(out)  ellip_E,
integer  n 
)

◆ elliptics()

subroutine elliptics_mod::elliptics ( real(kind=8)  k,
real(kind=8)  ellip_K,
real(kind=8)  ellip_E 
)