V3FIT
|
Interface for the equilibrium guassian process soft x-ray emissivity profile values. More...
Public Member Functions | |
real(rprec) function | equilibrium_get_gp_sxrem_ij (this, i, j, index) |
Get the electron density gp kernel value for the two indicies. More... | |
real(rprec) function | equilibrium_get_gp_sxrem_pi (this, x_cart, i, index) |
Get the soft x-ray emissivity gp kernel value for the position and index. More... | |
real(rprec) function | equilibrium_get_gp_sxrem_pp (this, x_cart, y_cart, index) |
Get the soft x-ray emissivity gp kernel value for the position and position. More... | |
Interface for the equilibrium guassian process soft x-ray emissivity profile values.
Definition at line 161 of file equilibrium.f.
real (rprec) function equilibrium::equilibrium_get_gp_sxrem::equilibrium_get_gp_sxrem_ij | ( | type (equilibrium_class), intent(in) | this, |
integer, intent(in) | i, | ||
integer, intent(in) | j, | ||
integer, intent(in) | index | ||
) |
Get the electron density gp kernel value for the two indicies.
This method is virtual. The actual getting of the kernel function should be handled by a subclass method.
[in] | this | A equilibrium_class instance. |
[in] | i | ith profile position. |
[in] | j | ith profile position. |
[in] | index | Index of the soft x-ray emissivity profile to use. |
Definition at line 1881 of file equilibrium.f.
real (rprec) function equilibrium::equilibrium_get_gp_sxrem::equilibrium_get_gp_sxrem_pi | ( | type (equilibrium_class), intent(in) | this, |
real (rprec), dimension(3), intent(in) | x_cart, | ||
integer, intent(in) | i, | ||
integer, intent(in) | index | ||
) |
Get the soft x-ray emissivity gp kernel value for the position and index.
This method is virtual. The actual getting of the kernel function should be handled by a subclass method.
[in] | this | A equilibrium_class instance. |
[in] | x_cart | Cartesian position to get the soft x-ray emissivity at. |
[in] | i | Profile position index. |
[in] | index | Index of the soft x-ray emissivity profile to use. |
Definition at line 1935 of file equilibrium.f.
real (rprec) function equilibrium::equilibrium_get_gp_sxrem::equilibrium_get_gp_sxrem_pp | ( | type (equilibrium_class), intent(in) | this, |
real (rprec), dimension(3), intent(in) | x_cart, | ||
real (rprec), dimension(3), intent(in) | y_cart, | ||
integer, intent(in) | index | ||
) |
Get the soft x-ray emissivity gp kernel value for the position and position.
This method is virtual. The actual getting of the kernel function should be handled by a subclass method.
[in] | this | A equilibrium_class instance. |
[in] | x_cart | Cartesian position to get the electron density at. |
[in] | y_cart | Profile position index. |
[in] | index | Index of the soft x-ray emissivity profile to use. |
Definition at line 1989 of file equilibrium.f.