Go to the source code of this file.
|
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) |
|
◆ compress_acsr()
subroutine compress_acsr |
( |
real, dimension(1) |
acsr, |
|
|
integer, dimension(1) |
ia, |
|
|
integer, dimension(1) |
ja, |
|
|
|
n |
|
) |
| |
◆ iar2_out()
subroutine iar2_out |
( |
integer, dimension(lx2,ly2,lz2,lelt) |
x, |
|
|
character*13 |
name |
|
) |
| |
◆ iarr_out()
subroutine iarr_out |
( |
integer, dimension(lx1,ly1,lz1,lelt) |
x, |
|
|
character*13 |
name |
|
) |
| |
◆ imout()
subroutine imout |
( |
integer, dimension(m,1) |
x, |
|
|
|
m, |
|
|
|
n, |
|
|
character*9 |
name |
|
) |
| |
◆ ipermute()
subroutine ipermute |
( |
integer, dimension(1) |
a, |
|
|
integer, dimension(1) |
icperm, |
|
|
|
n, |
|
|
integer, dimension(1) |
b |
|
) |
| |
◆ mbw_csr()
function mbw_csr |
( |
integer, dimension(1) |
ia, |
|
|
integer, dimension(1) |
ja, |
|
|
|
n |
|
) |
| |
◆ out_abd()
subroutine out_abd |
( |
real, dimension(lda,1) |
abd, |
|
|
|
lda, |
|
|
|
n, |
|
|
|
m |
|
) |
| |
◆ out_acsr()
subroutine out_acsr |
( |
real, dimension(1) |
acsr, |
|
|
integer, dimension(2) |
ia, |
|
|
integer, dimension(1) |
ja, |
|
|
|
n |
|
) |
| |
◆ out_csrmat()
subroutine out_csrmat |
( |
real, dimension(1) |
acsr, |
|
|
integer, dimension(1) |
ia, |
|
|
integer, dimension(1) |
ja, |
|
|
|
n, |
|
|
character*9 |
name9 |
|
) |
| |
◆ out_spbmat()
subroutine out_spbmat |
( |
real, dimension(lda,1) |
abd, |
|
|
|
n, |
|
|
|
lda, |
|
|
character*9 |
name |
|
) |
| |
◆ outbox()
subroutine outbox |
( |
|
xmax, |
|
|
|
xmin, |
|
|
|
ymax, |
|
|
|
ymin, |
|
|
|
io |
|
) |
| |
◆ rarr_out()
subroutine rarr_out |
( |
real, dimension(lx1,ly1,lz1,lelt) |
x, |
|
|
character*13 |
name13 |
|
) |
| |
◆ scsr_permute()
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 |
|
) |
| |
◆ scsr_to_spb()
subroutine scsr_to_spb |
( |
real, dimension(1) |
abd, |
|
|
|
lda, |
|
|
real, dimension(1) |
acsr, |
|
|
integer, dimension(1) |
ia, |
|
|
integer, dimension(1) |
ja, |
|
|
integer |
n |
|
) |
| |
◆ scsr_to_spbm()
subroutine scsr_to_spbm |
( |
real, dimension(lda,1) |
abd, |
|
|
|
lda, |
|
|
real, dimension(1) |
acsr, |
|
|
integer, dimension(1) |
ia, |
|
|
integer, dimension(1) |
ja, |
|
|
integer |
n |
|
) |
| |
◆ swap()
subroutine swap |
( |
real, dimension(1) |
b, |
|
|
integer, dimension(1) |
ind, |
|
|
|
n, |
|
|
real, dimension(1) |
temp |
|
) |
| |