|
SABER
|
Subroutines/functions list. 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... | |
Subroutines/functions list.
Instrumentation functions Block parameters derived type
|
private |
Allocation.
| [in,out] | bpar | Block parameters |
| [in] | nam | Namelist |
| [in] | geom | Geometry |
Definition at line 75 of file type_bpar.F90.
|
private |
Release memory.
| [in,out] | bpar | Block parameters |
Definition at line 327 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 124 of file type_bpar.F90.