FLASH-X
Doxygen Generated Documentation From Interface Source Code
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | Grid_getVarNonRep (mapblock, var, nonrep, locidx) |
subroutine Grid_getVarNonRep | ( | integer, intent(in) | mapblock, |
integer, intent(in) | var, | ||
integer, intent(out) | nonrep, | ||
integer, intent(out), optional | locidx | ||
) |
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.
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
Definition at line 32 of file Grid_getVarNonRep.F90.