|
PB3D [2.47]
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 | |
| integer function | calc_t_vc_arr (eq, deriv) |
| array version | |
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 3393 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 3350 of file eq_ops.f90.