FLASH-X
Doxygen Generated Documentation From Interface Source Code
Functions/Subroutines
Grid_getVarNonRep.F90 File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine Grid_getVarNonRep (mapblock, var, nonrep, locidx)
 

Function/Subroutine Documentation

◆ Grid_getVarNonRep()

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.