Functions/Subroutines | |
subroutine | out_acsr (acsr, ia, ja, n) |
subroutine | compress_acsr (acsr, ia, ja, n) |
subroutine | outbox (xmax, xmin, ymax, ymin, io) |
subroutine | imout (x, m, n, name) |
subroutine | out_abd (abd, lda, n, m) |
subroutine | rarr_out (x, name13) |
subroutine | iarr_out (x, name) |
subroutine | iar2_out (x, name) |
subroutine | scsr_permute (bcsr, ib, jb, acsr, ia, ja, n, icperm, inverse, nonzero, nzero) |
subroutine | scsr_to_spb (abd, lda, acsr, ia, ja, n) |
subroutine | scsr_to_spbm (abd, lda, acsr, ia, ja, n) |
function | mbw_csr (ia, ja, n) |
subroutine | out_spbmat (abd, n, lda, name) |
subroutine | swap (b, ind, n, temp) |
subroutine | ipermute (a, icperm, n, b) |
subroutine | out_csrmat (acsr, ia, ja, n, name9) |
subroutine compress_acsr | ( | real, dimension(1) | acsr, |
integer, dimension(1) | ia, | ||
integer, dimension(1) | ja, | ||
n | |||
) |
subroutine iar2_out | ( | integer, dimension(lx2,ly2,lz2,lelt) | x, |
character*13 | name | ||
) |
subroutine imout | ( | integer, dimension(m,1) | x, |
m, | |||
n, | |||
character*9 | name | ||
) |
subroutine ipermute | ( | integer, dimension(1) | a, |
integer, dimension(1) | icperm, | ||
n, | |||
integer, dimension(1) | b | ||
) |
function mbw_csr | ( | integer, dimension(1) | ia, |
integer, dimension(1) | ja, | ||
n | |||
) |
subroutine out_abd | ( | real, dimension(lda,1) | abd, |
lda, | |||
n, | |||
m | |||
) |
subroutine out_acsr | ( | real, dimension(1) | acsr, |
integer, dimension(2) | ia, | ||
integer, dimension(1) | ja, | ||
n | |||
) |
subroutine out_csrmat | ( | real, dimension(1) | acsr, |
integer, dimension(1) | ia, | ||
integer, dimension(1) | ja, | ||
n, | |||
character*9 | name9 | ||
) |
subroutine out_spbmat | ( | real, dimension(lda,1) | abd, |
n, | |||
lda, | |||
character*9 | name | ||
) |
subroutine outbox | ( | xmax, | |
xmin, | |||
ymax, | |||
ymin, | |||
io | |||
) |
subroutine scsr_permute | ( | real, dimension(1) | bcsr, |
integer, dimension(1) | ib, | ||
integer, dimension(1) | jb, | ||
real, dimension(1) | acsr, | ||
integer, dimension(1) | ia, | ||
integer, dimension(1) | ja, | ||
n, | |||
integer, dimension(n) | icperm, | ||
integer, dimension(n) | inverse, | ||
integer, dimension(2,0:1) | nonzero, | ||
integer, dimension(n) | nzero | ||
) |
subroutine scsr_to_spb | ( | real, dimension(1) | abd, |
lda, | |||
real, dimension(1) | acsr, | ||
integer, dimension(1) | ia, | ||
integer, dimension(1) | ja, | ||
integer | n | ||
) |
subroutine scsr_to_spbm | ( | real, dimension(lda,1) | abd, |
lda, | |||
real, dimension(1) | acsr, | ||
integer, dimension(1) | ia, | ||
integer, dimension(1) | ja, | ||
integer | n | ||
) |
subroutine swap | ( | real, dimension(1) | b, |
integer, dimension(1) | ind, | ||
n, | |||
real, dimension(1) | temp | ||
) |