PB3D
[2.45]
Ideal linear high-n MHD stability in 3-D
|
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... | |
Calculate \(\mathcal{J}_\text{V}\), the jacobian in V(MEC) coordinates.
This is done using VMEC output.
Definition at line 196 of file eq_ops.f90.
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
[in] | grid | grid for which to calculate Jacobian |
[in,out] | eq | metric equilibrium |
[in] | deriv | derivatives |
Definition at line 3165 of file eq_ops.f90.
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
[in] | grid | grid for which to calculate Jacobian |
[in,out] | eq | metric equilibrium |
[in] | deriv | derivatives |
Definition at line 3134 of file eq_ops.f90.