Stellarator-Tools
Loading...
Searching...
No Matches
intpol::intpol_gp_int_context_x Type Reference

Structure to hold all memory needed to be sent to the guassian process callback function for position. More...

Inheritance diagram for intpol::intpol_gp_int_context_x:
integration_path_context::integration_path_context_class

Public Member Functions

procedure run (context, xcart, dxcart, length, dx)
 Interferometry gaussian process callback function for kernel evaluation of two positions.
 
- Public Member Functions inherited from integration_path_context::integration_path_context_class
procedure(integration_function), deferred run integration_function
 

Public Attributes

class(model_class), pointer model => null()
 Reference to a model::model_class object.
 
real(rprec), dimension(3) xcart
 First position.
 

Detailed Description

Structure to hold all memory needed to be sent to the guassian process callback function for position.

Member Function/Subroutine Documentation

◆ run()

procedure intpol::intpol_gp_int_context_x::run ( class (intpol_gp_int_context_x), intent(in)  context,
real (rprec), dimension(3), intent(in)  xcart,
real (rprec), dimension(3), intent(in)  dxcart,
real (rprec), intent(in)  length,
real (rprec), intent(in)  dx 
)

Interferometry gaussian process callback function for kernel evaluation of two positions.

This is the second interferometry signal.

See also
integration_path
Parameters
[in]contextA intpol_gp_context_x for the model.
[in]xcartThe integration point.
[in]dxcartA vector change in path. Not used in this function.
[in]lengthLength along the integration.
[in]dxA scalar change in path.
Returns
The k(x, y)*dl at point y.

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