XGCa
|
Functions/Subroutines | |
subroutine | limiter_setup |
subroutine | limiter_read |
subroutine | calbdpoints (itheta, xlim, ylim, limitr, xb, yb) |
integer function | modn1 (n, l) |
subroutine | interpsl (rr, pr, pz, num0, r1, p1, pz1, num) |
subroutine calbdpoints | ( | integer, intent(in) | itheta, |
real (kind=8), dimension(limitr+1), intent(in) | xlim, | ||
real (kind=8), dimension(limitr+1), intent(in) | ylim, | ||
integer, intent(in) | limitr, | ||
real (kind=8), dimension(itheta), intent(out) | xb, | ||
real (kind=8), dimension(itheta), intent(out) | yb | ||
) |
subroutine interpsl | ( | real (kind=8), dimension(num0), intent(in) | rr, |
real (kind=8), dimension(num0), intent(out) | pr, | ||
real (kind=8), dimension(num0), intent(out) | pz, | ||
integer, intent(in) | num0, | ||
real (kind=8), dimension(num), intent(in) | r1, | ||
real (kind=8), dimension(num), intent(in) | p1, | ||
real (kind=8), dimension(num), intent(in) | pz1, | ||
integer, intent(in) | num | ||
) |
subroutine limiter_read | ( | ) |
subroutine limiter_setup | ( | ) |
integer function modn1 | ( | integer, intent(in) | n, |
integer, intent(in) | l | ||
) |