SABER
|
Subroutines/functions list. More...
Data Types | |
type | lct_type |
Functions/Subroutines | |
subroutine | lct_alloc (lct, nam, geom, bpar, samp) |
Allocation. More... | |
subroutine | lct_partial_dealloc (lct) |
Release memory (partial) More... | |
subroutine | lct_dealloc (lct) |
Release memory. More... | |
subroutine | lct_run_lct (lct, mpl, nam, geom, bpar, samp, mom) |
LCT driver. More... | |
subroutine | lct_compute (lct, mpl, nam, geom, bpar, samp, mom) |
Compute LCT. More... | |
subroutine | lct_filter (lct, mpl, nam, geom, bpar, samp) |
Filter LCT. More... | |
subroutine | lct_interp (lct, mpl, nam, geom, bpar, samp) |
Interpolate LCT. More... | |
subroutine | lct_write (lct, mpl, nam, geom, bpar) |
Write LCT. More... | |
subroutine | lct_write_cor (lct, mpl, nam, geom, bpar, samp) |
Write full correlation. More... | |
Subroutines/functions list.
Instrumentation functions LCT data derived type
|
private |
Allocation.
[in] | nam | Namelist |
[in] | geom | Geometry |
[in] | bpar | Block parameters |
[in] | samp | Sampling |
Definition at line 72 of file type_lct.F90.
|
private |
Compute LCT.
[in,out] | mpl | MPI data |
[in] | nam | Namelist |
[in] | geom | Geometry |
[in] | bpar | Block parameters |
[in] | samp | Sampling |
[in] | mom | Moments |
Definition at line 245 of file type_lct.F90.
|
private |
Release memory.
Definition at line 142 of file type_lct.F90.
|
private |
Filter LCT.
[in,out] | mpl | MPI data |
[in] | nam | Namelist |
[in] | geom | Geometry |
[in] | bpar | Block parameters |
[in] | samp | Sampling |
Definition at line 291 of file type_lct.F90.
|
private |
Interpolate LCT.
[in,out] | mpl | MPI data |
[in] | nam | Namelist |
[in] | geom | Geometry |
[in] | bpar | Block parameters |
[in] | samp | Sampling |
Definition at line 331 of file type_lct.F90.
|
private |
Release memory (partial)
Definition at line 110 of file type_lct.F90.
|
private |
LCT driver.
[in,out] | mpl | MPI data |
[in,out] | nam | Namelist |
[in] | geom | Geometry |
[in] | bpar | Block parameters |
[in] | samp | Sampling |
[in] | mom | Moments |
Definition at line 178 of file type_lct.F90.
|
private |
Write LCT.
[in,out] | mpl | MPI data |
[in] | nam | Namelist |
[in] | geom | Geometry |
[in] | bpar | Block parameters |
Definition at line 371 of file type_lct.F90.
|
private |
Write full correlation.
[in,out] | mpl | MPI data |
[in] | nam | Namelist |
[in] | geom | Geometry |
[in] | bpar | Block parameters |
[in] | samp | Sampling |
Definition at line 436 of file type_lct.F90.