Searched defs:ramg_ggb_setup (Results 1 – 1 of 1) sorted by relevance
| /phasta/phSolver/AMG/ |
| H A D | ramg_ggb.f | 1 subroutine ramg_ggb_setup(colm,rowp,lhsK,lhsP, subroutine 10 integer,intent(in),dimension(nshg+1) :: colm 11 integer,intent(in),dimension(nnz_tot) :: rowp 13 real(kind=8),intent(in),dimension(9,nnz_tot) :: lhsK 14 real(kind=8),intent(in),dimension(4,nnz_tot) :: lhsP 16 integer,intent(in),dimension(nlwork) :: ilwork 17 integer,intent(in),dimension(nshg) :: iBC,iper 18 real(kind=8),intent(in),dimension(nshg,ndofBC) :: BC 19 integer iparam(11),ipntr(14) 21 integer gcomm [all …]
|