Home
last modified time | relevance | path

Searched refs:sidmapl (Results 1 – 1 of 1) sorted by relevance

/phasta/phSolver/common/
H A Dgenbc.f549 integer, allocatable :: sidmapl(:) ! list of surfID's on-proc local
594 allocate( sidmapl(nsidl) )
597 sidmapl(j)=sidelt%value
601 allocate( sidmapl(1)) ! some compilers/MPI don't like to send unallocated arrays
664 call MPI_ALLGATHERV(sidmapl(:),nsidl,
700 sidmapg=sidmapl
701 deallocate(sidmapl)