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

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

Public Member Functions

integer function calc_jac_v_ind (grid, eq, deriv)
 individual version More...
 
integer function calc_jac_v_arr (grid, eq, deriv)
 array version More...
 

Detailed Description

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

This is done using VMEC output.

Returns
ierr

Definition at line 196 of file eq_ops.f90.

Member Function/Subroutine Documentation

◆ calc_jac_v_arr()

integer function eq_ops::calc_jac_v::calc_jac_v_arr ( type(grid_type), intent(in)  grid,
type(eq_2_type), intent(inout)  eq,
integer, dimension(:,:), intent(in)  deriv 
)

array version

Parameters
[in]gridgrid for which to calculate Jacobian
[in,out]eqmetric equilibrium
[in]derivderivatives

Definition at line 3165 of file eq_ops.f90.

◆ calc_jac_v_ind()

integer function eq_ops::calc_jac_v::calc_jac_v_ind ( type(grid_type), intent(in)  grid,
type(eq_2_type), intent(inout)  eq,
integer, dimension(:), intent(in)  deriv 
)

individual version

Parameters
[in]gridgrid for which to calculate Jacobian
[in,out]eqmetric equilibrium
[in]derivderivatives

Definition at line 3134 of file eq_ops.f90.

+ Here is the call graph for this function:

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