|
SABER
|
Block parameters derived type. More...
Data Types | |
| type | bpar_type |
Functions/Subroutines | |
| subroutine | bpar_alloc (bpar, nam, geom) |
| Allocation. More... | |
| subroutine | bpar_init (bpar, mpl, nam, geom) |
| Initialization. More... | |
| subroutine | bpar_dealloc (bpar) |
| Release memory. More... | |
Block parameters derived type.
|
private |
Allocation.
| [in,out] | bpar | Block parameters |
| [in] | nam | Namelist |
| [in] | geom | Geometry |
Definition at line 51 of file type_bpar.F90.
|
private |
Release memory.
| [in,out] | bpar | Block parameters |
Definition at line 287 of file type_bpar.F90.
|
private |
Initialization.
| [in,out] | bpar | Block parameters |
| [in,out] | mpl | MPI data |
| [in] | nam | Namelist |
| [in] | geom | Geometry |
Definition at line 93 of file type_bpar.F90.