PB3D
[2.45]
Ideal linear high-n MHD stability in 3-D
|
mode number type More...
Public Member Functions | |
procedure | dealloc => dealloc_mds |
deallocate More... | |
Public Attributes | |
integer, dimension(:,:), allocatable | n |
\(n\) for all modes, in total grid More... | |
integer, dimension(:,:), allocatable | m |
\(m\) for all modes, in total grid More... | |
integer, dimension(:,:), allocatable | sec |
m or n for all possible modes, index and limits, in total grid More... | |
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 |
deallocate
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.