Searched defs:ramg_global_lhs (Results 1 – 1 of 1) sorted by relevance
| /phasta/phSolver/AMG/ |
| H A D | ramg_paratools.f | 7 subroutine ramg_global_lhs( subroutine 17 integer,intent(in) :: annz_tot 18 integer,intent(in),dimension(nshg+1) :: acolm 19 integer,intent(in),dimension(annz_tot) :: arowp 20 integer,intent(in) :: redun 21 real(kind=8),intent(in),dimension(redun,annz_tot) :: alhsP 25 type(r2d),intent(inout) :: lhsGP 26 type(i1d),intent(inout) :: lhsGProwp,lhsGPcolm 27 integer,intent(in),dimension(nlwork) :: ilwork 28 integer,intent(in),dimension(nshg) :: iBC,iper [all …]
|