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

Calculate \(\mathcal{J}_\text{H}\), the jacobian in HELENA coordinates. More...

Public Member Functions

integer function calc_jac_h_ind (grid_eq, eq_1, eq_2, deriv)
 individual version
integer function calc_jac_h_arr (grid_eq, eq_1, eq_2, deriv)
 array version

Detailed Description

Calculate \(\mathcal{J}_\text{H}\), the jacobian in HELENA coordinates.

This is done directly from

\[\mathcal{J}_\text{H} = q \frac{R^2}{F} \]

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 213 of file eq_ops.f90.

Member Function/Subroutine Documentation

◆ calc_jac_h_arr()

integer function eq_ops::calc_jac_h::calc_jac_h_arr ( type(grid_type), intent(in) grid_eq,
type(eq_1_type), intent(in) eq_1,
type(eq_2_type), intent(inout) eq_2,
integer, dimension(:,:), intent(in) deriv )

array version

Parameters
[in]grid_eqequilibrim grid
[in]eq_1flux equilibrium
[in,out]eq_2metric equilibrium
[in]derivderivatives

Definition at line 3281 of file eq_ops.f90.

◆ calc_jac_h_ind()

integer function eq_ops::calc_jac_h::calc_jac_h_ind ( type(grid_type), intent(in) grid_eq,
type(eq_1_type), intent(in) eq_1,
type(eq_2_type), intent(inout) eq_2,
integer, dimension(:), intent(in) deriv )

individual version

Parameters
[in]grid_eqequilibrium grid
[in]eq_1flux equilibrium
[in,out]eq_2metric equilibrium
[in]derivderivatives

Definition at line 3185 of file eq_ops.f90.

Here is the call graph for this function:

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