V3FIT
Public Member Functions | List of all members
siesta_equilibrium::siesta_get_gp_sxrem Interface Reference

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

Public Member Functions

real(rprec) function siesta_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 siesta_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 siesta_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 siesta guassian process soft x-ray emissivity profile values.

Definition at line 338 of file siesta_equilibrium.f.

Member Function/Subroutine Documentation

◆ siesta_get_gp_sxrem_ij()

real (rprec) function siesta_equilibrium::siesta_get_gp_sxrem::siesta_get_gp_sxrem_ij ( type (siesta_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.

This method overrides equilibrium::equilibrium_get_gp_sxrem_ij. If no soft x-ray emissivity profile was created zero is returned.

Parameters
[in]thisA siesta_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 2610 of file siesta_equilibrium.f.

◆ siesta_get_gp_sxrem_pi()

real (rprec) function siesta_equilibrium::siesta_get_gp_sxrem::siesta_get_gp_sxrem_pi ( type (siesta_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 overrides equilibrium::equilibrium_get_gp_sxrem_pi. If no density profile was created zero is returned.

Parameters
[in]thisA siesta_class instance.
[in]x_cartCartesian position to get the soft x-ray emissivity at.
[in]iProfile position index.
[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 2652 of file siesta_equilibrium.f.

◆ siesta_get_gp_sxrem_pp()

real (rprec) function siesta_equilibrium::siesta_get_gp_sxrem::siesta_get_gp_sxrem_pp ( type (siesta_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 overrides equilibrium::equilibrium_get_gp_sxrem_pp. If no soft x-ray emissivity profile was created zero is returned.

Parameters
[in]thisA siesta_class instance.
[in]x_cartFirst cartesian position to get the soft x-ray emissivity at.
[in]y_cartSecond cartesian position to get the soft x-ray emissivity at.
[in]indexIndex of the soft x-ray emissivity profile.
Returns
The value of the gp kernel function for x_cart and y_cart.

Definition at line 2699 of file siesta_equilibrium.f.


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