PB3D
[2.45]
Ideal linear high-n MHD stability in 3-D
|
Calculate \(\overline{\text{T}}_\text{H}^\text{F}\), the transformation matrix between H(ELENA) and F(lux) coordinate systems. More...
Public Member Functions | |
integer function | calc_t_hf_ind (grid_eq, eq_1, eq_2, deriv) |
individual version More... | |
integer function | calc_t_hf_arr (grid_eq, eq_1, eq_2, deriv) |
array version More... | |
Calculate \(\overline{\text{T}}_\text{H}^\text{F}\), the transformation matrix between H(ELENA) and F(lux) coordinate systems.
This is done directly using the formula's in [17]
Definition at line 271 of file eq_ops.f90.
integer function eq_ops::calc_t_hf::calc_t_hf_arr | ( | type(grid_type), intent(in) | grid_eq, |
type(eq_1_type), intent(in) | eq_1, | ||
type(eq_2_type), intent(inout) | eq_2, | ||
integer, dimension(:,:), intent(in) | deriv | ||
) |
array version
[in] | grid_eq | equilibrium grid |
[in] | eq_1 | flux equilibrium |
[in,out] | eq_2 | metric equilibrium |
[in] | deriv | derivatives |
Definition at line 3780 of file eq_ops.f90.
integer function eq_ops::calc_t_hf::calc_t_hf_ind | ( | type(grid_type), intent(in) | grid_eq, |
type(eq_1_type), intent(in) | eq_1, | ||
type(eq_2_type), intent(inout) | eq_2, | ||
integer, dimension(:), intent(in) | deriv | ||
) |
individual version
[in] | grid_eq | equilibrium grid |
[in] | eq_1 | flux equilibrium |
[in,out] | eq_2 | metric equilibrium |
[in] | deriv | derivatives |
Definition at line 3607 of file eq_ops.f90.