inside_polar_frame Function

public pure function inside_polar_frame(frame, row, col) result(inside)

True when the cell lies within the circular frame (elliptical in cell space because of the character aspect ratio).

Arguments

Type IntentOptional Attributes Name
type(polar_frame_t), intent(in) :: frame
integer, intent(in) :: row
integer, intent(in) :: col

Return Value logical