PB3D
[2.45]
Ideal linear high-n MHD stability in 3-D
|
Calculate the metric coefficients in the F(lux) coordinate system. More...
Public Member Functions | |
integer function | calc_g_f_ind (eq, deriv) |
individual version More... | |
integer function | calc_g_f_arr (eq, deriv) |
array version More... | |
Calculate the metric coefficients in the F(lux) coordinate system.
This is done using the metric coefficients in the equilibrium coordinate system and the transformation matrices.
Definition at line 183 of file eq_ops.f90.
integer function eq_ops::calc_g_f::calc_g_f_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 3114 of file eq_ops.f90.
integer function eq_ops::calc_g_f::calc_g_f_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 3091 of file eq_ops.f90.