Stellarator-Tools
|
A type for the test cases. More...
Public Member Functions | |
procedure | run (context, xcart1, xcart2) |
Call back function to test the search. | |
Public Member Functions inherited from integration_path_context::search_path_context_class | |
procedure(search_function), deferred | run search_function |
A type for the test cases.
procedure integration_path::test_search_context::run | ( | class (test_search_context), intent(in) | context, |
real (rprec), dimension(3), intent(in) | xcart1, | ||
real (rprec), dimension(3), intent(in) | xcart2 | ||
) |
Call back function to test the search.
Returns true if the positions bound the loaction we are looking for.
[in] | context | Generic object that contains data for the integration function. |
[in] | xcart1 | Lower test point. |
[in] | xcart2 | Higher test point. |