mapToGlobalIndices Interface

interface
private pure module function mapToGlobalIndices(this, name, inputIndices) result(ind)

Arguments

Type IntentOptional Attributes Name
class(Indexing), intent(in) :: this
character(len=*), intent(in) :: name
type(IntArray), intent(in), dimension(:) :: inputIndices

Return Value integer(kind=ik),allocatable,dimension(:)

Description

Returns list of global indices associated with all possible combinations of inputIndices (IntArray of size 1 or 3) and given variable name