Searched refs:sub_mtx (Results 1 – 2 of 2) sorted by relevance
| /phasta/phSolver/AMG/ |
| H A D | ramg_data.f | 44 type(r12dd) :: sub_mtx,sub_mtx2 variable
|
| H A D | ramg_paratools.f | 79 allocate(sub_mtx%pp(numtask)) 184 allocate(sub_mtx%pp(i)%p(redun,sub_nnz%p(i))) 198 sub_mtx%pp(i)%p(p,k) = alhsP(p,kj) 218 call MPI_ISEND(sub_mtx%pp(i)%p(1,1),redun*sub_nnz%p(i), 229 call MPI_ISEND(sub_mtx%pp(i)%p(1,1),redun*sub_nnz%p(i), 461 deallocate(sub_mtx%pp(i)%p) 476 deallocate(sub_mtx%pp)
|