![]() |
Stellarator-Tools
|
Structure to hold all memory needed to be sent to the callback function. More...
Public Member Functions | |
procedure | run (context, xcart1, xcart2) |
ECE callback function. | |
![]() | |
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. | |
Structure to hold all memory needed to be sent to the callback function.
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.
[in] | context | A ece_context for the model. |
[in] | xcart1 | The upper search point. |
[in] | xcart2 | The lower search point. |