SABER
|
Correlation matrix derived type. More...
Data Types | |
type | cmat_blk_type |
Functions/Subroutines | |
subroutine | cmat_blk_alloc (cmat_blk, nam, geom, bpar) |
Allocation. More... | |
subroutine | cmat_blk_init (cmat_blk, mpl, nam, bpar) |
Initialization. More... | |
subroutine | cmat_blk_partial_bump_dealloc (cmat_blk) |
Release memory (partial) More... | |
subroutine | cmat_blk_partial_dealloc (cmat_blk) |
Release memory (partial) More... | |
subroutine | cmat_blk_dealloc (cmat_blk) |
Release memory. More... | |
Correlation matrix derived type.
|
private |
Allocation.
[in,out] | cmat_blk | C matrix data block |
[in] | nam | Namelist |
[in] | geom | Geometry |
[in] | bpar | Block parameters |
Definition at line 65 of file type_cmat_blk.F90.
|
private |
Release memory.
[in,out] | cmat_blk | C matrix data block |
Definition at line 189 of file type_cmat_blk.F90.
|
private |
Initialization.
[in,out] | cmat_blk | C matrix data block |
[in] | mpl | MPI data |
[in] | nam | Namelist |
[in] | bpar | Block parameters |
Definition at line 104 of file type_cmat_blk.F90.
|
private |
Release memory (partial)
[in,out] | cmat_blk | C matrix data block |
Definition at line 143 of file type_cmat_blk.F90.
|
private |
Release memory (partial)
[in,out] | cmat_blk | C matrix data block |
Definition at line 167 of file type_cmat_blk.F90.