V3FIT
|
Interface for the mdoel guassian process soft x-ray emissivity profile values. More...
Public Member Functions | |
real(rprec) function | model_get_gp_sxrem_ij (this, i, j, index) |
Get the soft x-ray emissivity gp kernel value for the two indicies. More... | |
real(rprec) function | model_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 | model_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 mdoel guassian process soft x-ray emissivity profile values.
real (rprec) function model::model_get_gp_sxrem::model_get_gp_sxrem_ij | ( | type (model_class), intent(in) | this, |
integer, intent(in) | i, | ||
integer, intent(in) | j, | ||
integer, intent(in) | index | ||
) |
Get the soft x-ray emissivity gp kernel value for the two indicies.
Gets the soft x-ray emissivity gp kernel for two points. This also sets the min value.
[in] | this | A model_class instance. |
[in] | i | ith profile position. |
[in] | j | jth profile position. |
[in] | index | Index of the soft x-ray emissivity profile. |
real (rprec) function model::model_get_gp_sxrem::model_get_gp_sxrem_pi | ( | type (model_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.
Gets the soft x-ray emissivity gp kernel for point and index. This also sets the scaling and min values.
[in] | this | A model_class instance. |
[in] | x_cart | Cartesian position to get the electron temperature at. |
[in] | i | ith profile position. |
[in] | index | Index of the soft x-ray emissivity profile. |
real (rprec) function model::model_get_gp_sxrem::model_get_gp_sxrem_pp | ( | type (model_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.
Gets the soft x-ray emissivity gp kernel for point and index. This also sets the min value.
[in] | this | A model_class instance. |
[in] | x_cart | Cartesian position to get the kernel at. |
[in] | y_cart | Cartesian position to get the kernel at. |
[in] | index | Index of the soft x-ray emissivity profile to use. |