Convert arrays of polar coordinates to Cartesian
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=wp), | intent(in) | :: | theta(:) | |||
| real(kind=wp), | intent(in) | :: | r(:) | |||
| real(kind=wp), | intent(out) | :: | x(:) | |||
| real(kind=wp), | intent(out) | :: | y(:) | |||
| real(kind=wp), | intent(in), | optional | :: | theta_offset | ||
| logical, | intent(in), | optional | :: | clockwise |