PB3D  [2.45]
Ideal linear high-n MHD stability in 3-D
Public Member Functions | List of all members
eq_ops::calc_g_v Interface Reference

Calculate the lower metric coefficients in the equilibrium V(MEC) coordinate system. More...

Public Member Functions

integer function calc_g_v_ind (eq, deriv)
 individual version More...
 
integer function calc_g_v_arr (eq, deriv)
 array version More...
 

Detailed Description

Calculate the lower metric coefficients in the equilibrium V(MEC) coordinate system.

This is done using the metric coefficients in the C(ylindrical) coordinate system and the transformation matrices

Note
It is assumed that the lower order derivatives have been calculated already. If not, the results will be incorrect.
Returns
ierr

Definition at line 156 of file eq_ops.f90.

Member Function/Subroutine Documentation

◆ calc_g_v_arr()

integer function eq_ops::calc_g_v::calc_g_v_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 2900 of file eq_ops.f90.

◆ calc_g_v_ind()

integer function eq_ops::calc_g_v::calc_g_v_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 2878 of file eq_ops.f90.

+ Here is the call graph for this function:

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