Searched defs:ramg_check_paracomm (Results 1 – 1 of 1) sorted by relevance
| /phasta/phSolver/AMG/ |
| H A D | ramg_tools.f | 251 subroutine ramg_check_paracomm(ilwork,BC,iBC,iper) subroutine 257 integer,intent(in),dimension(nlwork) :: ilwork 258 integer,intent(in),dimension(nshg) :: iBC,iper 259 real(kind=8),intent(in),dimension(nshg,ndofBC) :: BC 261 integer i,j 262 type(r1d),dimension(ramg_levelx) :: tarray 263 character :: fname*80
|