PB3D
[2.45]
Ideal linear high-n MHD stability in 3-D
|
Calculate \(\overline{\text{T}}_\text{C}^\text{V}\), the transformation matrix between C(ylindrical) and V(mec) coordinate system. More...
Public Member Functions | |
integer function | calc_t_vc_ind (eq, deriv) |
individual version More... | |
integer function | calc_t_vc_arr (eq, deriv) |
array version More... | |
Calculate \(\overline{\text{T}}_\text{C}^\text{V}\), the transformation matrix between C(ylindrical) and V(mec) coordinate system.
This is done directly using the formula's in [17]
Definition at line 245 of file eq_ops.f90.
integer function eq_ops::calc_t_vc::calc_t_vc_arr | ( | type(eq_2_type), intent(inout) | eq, |
integer, dimension(:,:), intent(in) | deriv | ||
) |
array version
[in,out] | eq | metric equilibrium |
[in] | deriv | derivatives |
Definition at line 3394 of file eq_ops.f90.
integer function eq_ops::calc_t_vc::calc_t_vc_ind | ( | type(eq_2_type), intent(inout) | eq, |
integer, dimension(:), intent(in) | deriv | ||
) |
individual version
[in,out] | eq | metric equilibrium |
[in] | deriv | derivatives |
Definition at line 3351 of file eq_ops.f90.