|
PB3D [2.47]
Ideal linear high-n MHD stability in 3-D
|
Calculate the lower metric coefficients in the equilibrium V(MEC) coordinate system. More...
Public Member Functions | |
| integer function | calc_g_v_ind (eq, deriv) |
| individual version | |
| integer function | calc_g_v_arr (eq, deriv) |
| array version | |
Calculate the lower metric coefficients in the equilibrium V(MEC) coordinate system.
This is done using the metric coefficients in the C(ylindrical) coordinate system and the transformation matrices
Definition at line 156 of file eq_ops.f90.
| integer function eq_ops::calc_g_v::calc_g_v_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 2899 of file eq_ops.f90.
| integer function eq_ops::calc_g_v::calc_g_v_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 2877 of file eq_ops.f90.