V3FIT
Public Member Functions | List of all members
equilibrium::equilibrium_get_gp_ti Interface Reference

Interface for the equilibrium guassian process ion temperature profile values. More...

Public Member Functions

real(rprec) function equilibrium_get_gp_ti_ij (this, i, j)
 Get the ion temperature gp kernel value for the two indicies. More...
 
real(rprec) function equilibrium_get_gp_ti_pi (this, x_cart, i)
 Get the ion temperature gp kernel value for the position and index. More...
 
real(rprec) function equilibrium_get_gp_ti_pp (this, x_cart, y_cart)
 Get the ion temperature gp kernel value for the position and position. More...
 

Detailed Description

Interface for the equilibrium guassian process ion temperature profile values.

Definition at line 135 of file equilibrium.f.

Member Function/Subroutine Documentation

◆ equilibrium_get_gp_ti_ij()

real (rprec) function equilibrium::equilibrium_get_gp_ti::equilibrium_get_gp_ti_ij ( type (equilibrium_class), intent(in)  this,
integer, intent(in)  i,
integer, intent(in)  j 
)

Get the ion temperature 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.

See also
vmec_equilibrium::vmec_get_gp_ti_ij
siesta_equilibrium::siesta_get_gp_ti_ij
Parameters
[in]thisA equilibrium_class instance.
[in]iith profile position.
[in]jith profile position.
Returns
The value of the gp kernel function for i, j.
Note
Note the gp kernel is not implmented for all equilibrium types. For instance, vacuum equilibrium should not override this method.

Definition at line 1448 of file equilibrium.f.

◆ equilibrium_get_gp_ti_pi()

real (rprec) function equilibrium::equilibrium_get_gp_ti::equilibrium_get_gp_ti_pi ( type (equilibrium_class), intent(in)  this,
real (rprec), dimension(3), intent(in)  x_cart,
integer, intent(in)  i 
)

Get the ion temperature 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.

See also
vmec_equilibrium::vmec_get_gp_ti_pi
siesta_equilibrium::siesta_get_gp_ti_pi
Parameters
[in]thisA equilibrium_class instance.
[in]x_cartCartesian position to get the ion temperature at.
[in]iProfile position index.
Returns
The value of the gp kernel function for x_cart and i.
Note
Note the gp kernel is not implmented for all equilibrium types. For instance, vacuum equilibrium should not override this method.

Definition at line 1498 of file equilibrium.f.

◆ equilibrium_get_gp_ti_pp()

real (rprec) function equilibrium::equilibrium_get_gp_ti::equilibrium_get_gp_ti_pp ( type (equilibrium_class), intent(in)  this,
real (rprec), dimension(3), intent(in)  x_cart,
real (rprec), dimension(3), intent(in)  y_cart 
)

Get the ion temperature 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.

See also
vmec_equilibrium::vmec_get_gp_ti_pp
siesta_equilibrium::siesta_get_gp_ti_pp
Parameters
[in]thisA equilibrium_class instance.
[in]x_cartCartesian position to get the kernel at.
[in]y_cartCartesian position to get the kernel at.
Returns
The value of the gp kernel function for x_cart and y_cart.
Note
Note the gp kernel is not implmented for all equilibrium types. For instance, vacuum equilibrium should not override this method.

Definition at line 1550 of file equilibrium.f.


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