PB3D [2.47]
Ideal linear high-n MHD stability in 3-D
Loading...
Searching...
No Matches
eq_ops::calc_t_vc Interface Reference

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

Detailed Description

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]

Returns
ierr

Definition at line 245 of file eq_ops.f90.

Member Function/Subroutine Documentation

◆ calc_t_vc_arr()

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

Parameters
[in,out]eqmetric equilibrium
[in]derivderivatives

Definition at line 3393 of file eq_ops.f90.

◆ calc_t_vc_ind()

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

Parameters
[in,out]eqmetric equilibrium
[in]derivderivatives

Definition at line 3350 of file eq_ops.f90.

Here is the call graph for this function:

The documentation for this interface was generated from the following file: