PB3D
[2.45]
Ideal linear high-n MHD stability in 3-D
|
Returns the sec_ind_tot
used to refer to a perturbation quantity.
More...
Public Member Functions | |
integer function | sec_ind_loc2tot_1 (id, lim_sec_X) |
vectorial version More... | |
integer function, dimension(2) | sec_ind_loc2tot_2 (id, jd, lim_sec_X) |
tensorial version More... | |
Returns the sec_ind_tot
used to refer to a perturbation quantity.
Definition at line 22 of file X_utilities.f90.
integer function x_utilities::sec_ind_loc2tot::sec_ind_loc2tot_1 | ( | integer, intent(in) | id, |
integer, dimension(2), intent(in), optional | lim_sec_X | ||
) |
vectorial version
[in] | id | mode index |
[in] | lim_sec_x | limits of m_X (pol. flux) or n_X (tor. flux) |
Definition at line 32 of file X_utilities.f90.
integer function, dimension(2) x_utilities::sec_ind_loc2tot::sec_ind_loc2tot_2 | ( | integer, intent(in) | id, |
integer, intent(in) | jd, | ||
integer, dimension(2,2), intent(in), optional | lim_sec_X | ||
) |
tensorial version
[in] | id | mode index for dimension 1 |
[in] | jd | mode index for dimension 1 |
[in] | lim_sec_x | limits of m_X (pol flux) or n_X (tor flux) for both dimensions |
Definition at line 49 of file X_utilities.f90.