Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=c_int) | :: | mode | The mode. |
|||
integer(kind=c_int) | :: | n | The number of elements in the input radial coordinate array, . |
|||
real(kind=c_double) | :: | r(*) | The radial coordinates in Schwarzschild coordinates, . |
|||
real(kind=c_double) | :: | win(*) | The window function, . |
|||
real(kind=c_double) | :: | dwin(*) | The radial derivative of the window function, . |
|||
real(kind=c_double) | :: | d2win(*) | The second radial derivative of the window function, . |
|||
real(kind=c_double) | :: | sre(*) | The real part of the effective source, . |
|||
real(kind=c_double) | :: | sim(*) | The imaginary part of the effective source, . |
Interface to the C++ routine eval_source_all that evaluates the effective source on the locations provided in a 1d input array.