PB3D
[2.45]
Ideal linear high-n MHD stability in 3-D
|
Calculate \(R\), \(Z\) & \(\lambda\) and derivatives in VMEC coordinates. More...
Public Member Functions | |
integer function | calc_rzl_ind (grid_eq, eq, deriv) |
individual version More... | |
integer function | calc_rzl_arr (grid_eq, eq, deriv) |
array version More... | |
Calculate \(R\), \(Z\) & \(\lambda\) and derivatives in VMEC coordinates.
This is done at the grid points given by the variables theta_E
and zeta_E
(contained in trigon_factors
) and at every normal point.
The derivatives are indicated by the variable deriv
which has 3 indices
Definition at line 126 of file eq_ops.f90.
integer function eq_ops::calc_rzl::calc_rzl_arr | ( | type(grid_type), intent(in) | grid_eq, |
type(eq_2_type), intent(inout) | eq, | ||
integer, dimension(:,:), intent(in) | deriv | ||
) |
array version
[in] | grid_eq | equilibrium grid |
[in,out] | eq | metric equilibrium |
[in] | deriv | derivatives |
Definition at line 2806 of file eq_ops.f90.
integer function eq_ops::calc_rzl::calc_rzl_ind | ( | type(grid_type), intent(in) | grid_eq, |
type(eq_2_type), intent(inout) | eq, | ||
integer, dimension(3), intent(in) | deriv | ||
) |
individual version
[in] | grid_eq | equilibrium grid |
[in,out] | eq | metric equilibrium |
[in] | deriv | derivatives |
Definition at line 2768 of file eq_ops.f90.