tem_stencil_findIndexOfDir Function

public pure function tem_stencil_findIndexOfDir(findDir, cxDir) result(idx)

Find the index of the given direction in the list of all directions. -1 if not found.

Arguments

TypeIntentOptionalAttributesName
integer, intent(in) :: findDir(3)

vector index to find in cxDir

integer, intent(in) :: cxDir(:,:)

array of vectors

Return Value integer


Contents


Variables

TypeVisibilityAttributesNameInitial
integer, private :: iDir