V3FIT
Public Member Functions | List of all members
model::model_get_gp_sxrem Interface Reference

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...
 

Detailed Description

Interface for the mdoel guassian process soft x-ray emissivity profile values.

Definition at line 292 of file model.f.

Member Function/Subroutine Documentation

◆ model_get_gp_sxrem_ij()

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.

Parameters
[in]thisA model_class instance.
[in]iith profile position.
[in]jjth profile position.
[in]indexIndex of the soft x-ray emissivity profile.
Returns
The value of the gp kernel function for i, j.

Definition at line 2101 of file model.f.

◆ model_get_gp_sxrem_pi()

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.

Parameters
[in]thisA model_class instance.
[in]x_cartCartesian position to get the electron temperature at.
[in]iith profile position.
[in]indexIndex of the soft x-ray emissivity profile.
Returns
The value of the gp kernel function for x_cart and i.

Definition at line 2140 of file model.f.

◆ model_get_gp_sxrem_pp()

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.

Parameters
[in]thisA model_class instance.
[in]x_cartCartesian position to get the kernel at.
[in]y_cartCartesian position to get the kernel at.
[in]indexIndex of the soft x-ray emissivity profile to use.
Returns
The value of the gp kernel function for x_cart and y_cart.

Definition at line 2179 of file model.f.


The documentation for this interface was generated from the following file: