NAME
Grid_getVarNonRep
SYNOPSIS
call Grid_getVarNonRep(integer(in) :: mapblock, integer(in) :: var, integer(out) :: nonrep, integer(out) :: locidx)
DESCRIPTION
Given the index of a variable, this function will determine the id of the non-mesh-replicated variable array the given unk variable belongs to.
ARGUMENTS
mapblock - integer specifier var - integer index of variable in mapblock nonrep - 0 if this variable does not belong to a nonreplicated array, otherwise the 1-based index of that array locidx - 0 if this variable does not belong to a nonreplicated array, otherwise the 1-based local index within the array this variable corresponds to
NOTES