PB3D
[2.45]
Ideal linear high-n MHD stability in 3-D
|
Calculate \(\overline{\text{T}}_\text{V}^\text{F}\), the transformation matrix between V(MEC) and F(lux) coordinate systems. More...
Public Member Functions | |
integer function | calc_t_vf_ind (grid_eq, eq_1, eq_2, deriv) |
individual version More... | |
integer function | calc_t_vf_arr (grid_eq, eq_1, eq_2, deriv) |
array version More... | |
Calculate \(\overline{\text{T}}_\text{V}^\text{F}\), the transformation matrix between V(MEC) and F(lux) coordinate systems.
This is done directly using the formula's in [17]
Definition at line 258 of file eq_ops.f90.
integer function eq_ops::calc_t_vf::calc_t_vf_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 3585 of file eq_ops.f90.
integer function eq_ops::calc_t_vf::calc_t_vf_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 3414 of file eq_ops.f90.