PB3D  [2.45]
Ideal linear high-n MHD stability in 3-D
Public Member Functions | Public Attributes | List of all members
x_vars::modes_type Type Reference

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...
 

Detailed Description

mode number type

Type containing information about mode numbers at every flux surface:

These are set up in setup_nm_x().

Definition at line 36 of file X_vars.f90.

Member Function/Subroutine Documentation

◆ dealloc()

procedure x_vars::modes_type::dealloc

deallocate

Definition at line 42 of file X_vars.f90.

Member Data Documentation

◆ m

integer, dimension(:,:), allocatable x_vars::modes_type::m

\(m\) for all modes, in total grid

Definition at line 38 of file X_vars.f90.

◆ n

integer, dimension(:,:), allocatable x_vars::modes_type::n

\(n\) for all modes, in total grid

Definition at line 37 of file X_vars.f90.

◆ sec

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.


The documentation for this type was generated from the following file: