V3FIT
|
Interface for the vmec guassian process electron temperature profile values. More...
Public Member Functions | |
real(rprec) function | vmec_get_gp_te_ij (this, i, j) |
Get the electron temperature gp kernel value for the two indicies. More... | |
real(rprec) function | vmec_get_gp_te_pi (this, x_cart, i) |
Get the electron temperature gp kernel value for the position and index. More... | |
real(rprec) function | vmec_get_gp_te_pp (this, x_cart, y_cart) |
Get the electron temperature gp kernel value for the position and position. More... | |
Interface for the vmec guassian process electron temperature profile values.
Definition at line 508 of file vmec_equilibrium.f.
real (rprec) function vmec_equilibrium::vmec_get_gp_te::vmec_get_gp_te_ij | ( | type (vmec_class), intent(in) | this, |
integer, intent(in) | i, | ||
integer, intent(in) | j | ||
) |
Get the electron temperature gp kernel value for the two indicies.
This method overrides equilibrium::equilibrium_get_gp_te_ij. If no electron temperature profile was created zero is returned.
[in] | this | A vmec_class instance. |
[in] | i | ith profile position. |
[in] | j | jth profile position. |
Definition at line 3127 of file vmec_equilibrium.f.
real (rprec) function vmec_equilibrium::vmec_get_gp_te::vmec_get_gp_te_pi | ( | type (vmec_class), intent(in) | this, |
real (rprec), dimension(3), intent(in) | x_cart, | ||
integer, intent(in) | i | ||
) |
Get the electron temperature gp kernel value for the position and index.
This method overrides equilibrium::equilibrium_get_gp_te_pi. If no electron temperature profile was created zero is returned.
[in] | this | A vmec_class instance. |
[in] | x_cart | Cartesian position to get the electron temperature at. |
[in] | i | Profile position index. |
Definition at line 3165 of file vmec_equilibrium.f.
real (rprec) function vmec_equilibrium::vmec_get_gp_te::vmec_get_gp_te_pp | ( | type (vmec_class), intent(in) | this, |
real (rprec), dimension(3), intent(in) | x_cart, | ||
real (rprec), dimension(3), intent(in) | y_cart | ||
) |
Get the electron temperature gp kernel value for the position and position.
This method overrides equilibrium::equilibrium_get_gp_te_pp. If no electron temperature profile was created zero is returned.
[in] | this | A vmec_class instance. |
[in] | x_cart | First cartesian position to get the electron temperature at. |
[in] | y_cart | Second cartesian position to get the electron temperature at. |
Definition at line 3207 of file vmec_equilibrium.f.