|
PB3D [2.47]
Ideal linear high-n MHD stability in 3-D
|
mode number type More...
Public Member Functions | |
| procedure | dealloc (mds) |
| deallocate | |
Public Attributes | |
| integer, dimension(:,:), allocatable | n |
| \(n\) for all modes, in total grid | |
| integer, dimension(:,:), allocatable | m |
| \(m\) for all modes, in total grid | |
| integer, dimension(:,:), allocatable | sec |
m or n for all possible modes, index and limits, in total grid | |
mode number type
Type containing information about mode numbers at every flux surface:
n, m,sec,r_F.These are set up in setup_nm_x().
Definition at line 36 of file X_vars.f90.
| procedure x_vars::modes_type::dealloc | ( | class(modes_type), intent(inout) | mds | ) |
deallocate
| [in,out] | mds | modes variables to be deallocated |
Definition at line 42 of file X_vars.f90.
| integer, dimension(:,:), allocatable x_vars::modes_type::m |
\(m\) for all modes, in total grid
Definition at line 38 of file X_vars.f90.
| integer, dimension(:,:), allocatable x_vars::modes_type::n |
\(n\) for all modes, in total grid
Definition at line 37 of file X_vars.f90.
| integer, dimension(:,:), allocatable x_vars::modes_type::sec |
m or n for all possible modes, index and limits, in total grid
Definition at line 39 of file X_vars.f90.