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

Go to the source code of this file.

Functions/Subroutines

subroutine Grid_parseNonRep (strlwr, nonrep, idx)
 

Function/Subroutine Documentation

◆ Grid_parseNonRep()

subroutine Grid_parseNonRep ( character(*), intent(in)  strlwr,
integer, intent(out)  nonrep,
integer, intent(out)  idx 
)

Given the string name of a nonreplicated variable array element, returns the array id and index.

strlwr - the all lowercase string name of the array element, MUST BE ALL lowercase nonrep - receives the array id idx - receives the array index

Definition at line 26 of file Grid_parseNonRep.F90.