Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(cobserver), | intent(inout) | :: | this | The observer that is being initialized. |
||
real(kind=wp), | intent(in), | dimension(:) | :: | rad | A 1d array of real values containing the radii for which observations will be performed. |
|
type(rgf), | intent(in) | :: | coord | A real grid function containing the coordinates. |
||
class(*), | intent(in), | target | :: | object | The complex grid function for which observations will be performed. |
The initialization routine for the complex grid function observer.