PB3D
[2.45]
Ideal linear high-n MHD stability in 3-D
|
Calculate the lower metric elements in the C(ylindrical) coordinate system. More...
Public Member Functions | |
integer function | calc_g_c_ind (eq, deriv) |
individual version More... | |
integer function | calc_g_c_arr (eq, deriv) |
array version More... | |
Calculate the lower metric elements in the C(ylindrical) coordinate system.
This is done directly using the formula's in [17]
Definition at line 139 of file eq_ops.f90.
integer function eq_ops::calc_g_c::calc_g_c_arr | ( | type(eq_2_type), intent(inout) | eq, |
integer, dimension(:,:), intent(in) | deriv | ||
) |
array version
[in,out] | eq | metric equilibrium |
[in] | deriv | derivatives |
Definition at line 2858 of file eq_ops.f90.
integer function eq_ops::calc_g_c::calc_g_c_ind | ( | type(eq_2_type), intent(inout) | eq, |
integer, dimension(:), intent(in) | deriv | ||
) |
individual version
[in,out] | eq | metric equilibrium |
[in] | deriv | derivatives |
Definition at line 2827 of file eq_ops.f90.