SABER
|
Subroutines/functions list. More...
Data Types | |
type | cmat_type |
Functions/Subroutines | |
subroutine | cmat_alloc (cmat, bpar) |
C matrix allocation. More... | |
subroutine | cmat_alloc_blk (cmat, geom, bpar) |
Allocation. More... | |
subroutine | cmat_init (cmat, mpl, bpar) |
C matrix initialization. More... | |
subroutine | cmat_partial_dealloc (cmat) |
Release memory (partial) More... | |
subroutine | cmat_dealloc (cmat) |
Release memory. More... | |
subroutine | cmat_read (cmat, mpl, nam, geom, bpar) |
Read. More... | |
subroutine | cmat_write (cmat, mpl, nam, geom, bpar) |
Write. More... | |
subroutine | cmat_from_hdiag (cmat, mpl, nam, geom, bpar, samp, hdiag) |
Import HDIAG into C matrix. More... | |
subroutine | cmat_from_lct (cmat, mpl, geom, bpar, lct) |
Import LCT into C matrix. More... | |
subroutine | cmat_from_nam (cmat, mpl, nam, geom, bpar) |
Import radii into C matrix. More... | |
subroutine | cmat_from_bump (cmat, mpl, geom, bpar) |
Import C matrix from BUMP. More... | |
subroutine | cmat_setup_sampling (cmat, mpl, nam, geom, bpar) |
Setup C matrix sampling. More... | |
Subroutines/functions list.
Instrumentation functions C matrix derived type
|
private |
C matrix allocation.
[in,out] | cmat | C matrix |
[in] | bpar | Block parameters |
Definition at line 83 of file type_cmat.F90.
|
private |
Allocation.
[in,out] | cmat | C matrix |
[in] | geom | Geometry |
[in] | bpar | Block parameters |
Definition at line 109 of file type_cmat.F90.
|
private |
|
private |
Import C matrix from BUMP.
[in,out] | cmat | C matrix |
[in,out] | mpl | MPI data |
[in] | geom | Geometry |
[in] | bpar | Block parameters |
Definition at line 809 of file type_cmat.F90.
|
private |
Import HDIAG into C matrix.
[in,out] | cmat | C matrix |
[in,out] | mpl | MPI data |
[in] | nam | Namelist |
[in] | geom | Geometry |
[in] | bpar | Block parameters |
[in] | samp | Sampling |
[in] | hdiag | Hybrid diagnostics |
Definition at line 457 of file type_cmat.F90.
|
private |
Import LCT into C matrix.
[in,out] | cmat | C matrix |
[in,out] | mpl | MPI data |
[in] | geom | Geometry |
[in] | bpar | Block parameters |
Definition at line 658 of file type_cmat.F90.
|
private |
Import radii into C matrix.
[in,out] | cmat | C matrix |
[in,out] | mpl | MPI data |
[in] | nam | Namelist |
[in] | geom | Geometry |
[in] | bpar | Block parameters |
Definition at line 738 of file type_cmat.F90.
|
private |
C matrix initialization.
[in,out] | cmat | C matrix |
[in,out] | mpl | MPI data |
[in] | bpar | Block parameters |
Definition at line 147 of file type_cmat.F90.
|
private |
Release memory (partial)
[in,out] | cmat | C matrix |
Definition at line 179 of file type_cmat.F90.
|
private |
Read.
[in,out] | cmat | C matrix |
[in,out] | mpl | MPI data |
[in] | nam | Namelist |
[in] | geom | Geometry |
[in] | bpar | Block parameters |
Definition at line 250 of file type_cmat.F90.
|
private |
Setup C matrix sampling.
[in,out] | cmat | C matrix |
[in,out] | mpl | MPI data |
[in] | nam | Namelist |
[in] | geom | Geometry |
[in] | bpar | Block parameters |
Definition at line 947 of file type_cmat.F90.
|
private |
Write.
[in] | cmat | C matrix |
[in,out] | mpl | MPI data |
[in] | nam | Namelist |
[in] | geom | Geometry |
[in] | bpar | Block parameters |
Definition at line 359 of file type_cmat.F90.