Stellarator-Tools
Loading...
Searching...
No Matches
ece::ece_context Type Reference

Structure to hold all memory needed to be sent to the callback function. More...

Inheritance diagram for ece::ece_context:
integration_path_context::search_path_context_class

Public Member Functions

procedure run (context, xcart1, xcart2)
 ECE callback function.
 
- Public Member Functions inherited from integration_path_context::search_path_context_class
procedure(search_function), deferred run search_function
 

Public Attributes

real(rprec) resonance
 The index of the emissivity profile model.
 
class(model_class), pointer model => null()
 Reference to a model::model_class object.
 

Detailed Description

Structure to hold all memory needed to be sent to the callback function.

Member Function/Subroutine Documentation

◆ run()

procedure ece::ece_context::run ( class (ece_context), intent(in)  context,
real (rprec), dimension(3), intent(in)  xcart1,
real (rprec), dimension(3), intent(in)  xcart2 
)

ECE callback function.

Returns true if the magnetic field resonance if found with in a specified range.

See also
integration_path
Parameters
[in]contextA ece_context for the model.
[in]xcart1The upper search point.
[in]xcart2The lower search point.
Returns
True if the resonace was found.

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