Searched defs:ramg_cheby_setup (Results 1 – 1 of 1) sorted by relevance
| /phasta/phSolver/AMG/ |
| H A D | ramg_cheby.f | 106 subroutine ramg_cheby_setup(colm,rowp,lhsK,lhsP, subroutine 113 integer,intent(in),dimension(nshg+1) :: colm 114 integer,intent(in),dimension(nnz_tot) :: rowp 115 real(kind=8),intent(in),dimension(9,nnz_tot) :: lhsK 116 real(kind=8),intent(in),dimension(4,nnz_tot) :: lhsP 117 integer,intent(in),dimension(nlwork) :: ilwork 118 integer,intent(in),dimension(nshg) :: iBC,iper 119 real(kind=8),intent(in),dimension(nshg,ndofBC) :: BC 143 end subroutine !ramg_cheby_setup argument
|