This subroutine determines whether any kinetic resonances are located in the integration domain.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
double complex, | intent(in) | :: | om |
Complex wave frequency . |
||
integer, | intent(in) | :: | nn |
Order of Bessel function. |
||
logical, | intent(out) | :: | found_res_plus |
Check whether a resonance is found at positive n. |
||
logical, | intent(out) | :: | found_res_minus |
Check whether a resonance is found at negative n. |