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

Calculate the lower metric coefficients in the equilibrium H(ELENA) coordinate system. More...

Public Member Functions

integer function calc_g_h_ind (grid_eq, eq, deriv)
 individual version More...
 
integer function calc_g_h_arr (grid_eq, eq, deriv)
 array version More...
 

Detailed Description

Calculate the lower metric coefficients in the equilibrium H(ELENA) coordinate system.

This is done using the HELENA output

Returns
ierr

Definition at line 169 of file eq_ops.f90.

Member Function/Subroutine Documentation

◆ calc_g_h_arr()

integer function eq_ops::calc_g_h::calc_g_h_arr ( type(grid_type), intent(in)  grid_eq,
type(eq_2_type), intent(inout)  eq,
integer, dimension(:,:), intent(in)  deriv 
)

array version

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

Definition at line 3070 of file eq_ops.f90.

◆ calc_g_h_ind()

integer function eq_ops::calc_g_h::calc_g_h_ind ( type(grid_type), intent(in)  grid_eq,
type(eq_2_type), intent(inout)  eq,
integer, dimension(:), intent(in)  deriv 
)

individual version

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

Definition at line 2920 of file eq_ops.f90.

+ Here is the call graph for this function:

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