Searched refs:rmap1d (Results 1 – 3 of 3) sorted by relevance
| /phasta/phSolver/AMG/ |
| H A D | ramg_data.f | 109 integer,allocatable,dimension(:,:) :: reducemap,rmap1d variable
|
| H A D | ramg_paratools.f | 769 allocate(rmap1d(2,nr*nr)) ! rmap1d(master,slave,rankid) 771 rmap1d = 0 775 rmap1d(1,i) = i 776 rmap1d(2,i) = i 793 rmap1d(1,rmapmax) = i 794 rmap1d(2,rmapmax) = mj 801 call ramg_dump_ic(rmap1d,2,rmapmax,'rmap1d ')
|
| H A D | ramg_tools.f | 623 deallocate(rmap1d)
|