Searched defs:ramg_jacobi (Results 1 – 1 of 1) sorted by relevance
| /phasta/phSolver/AMG/ |
| H A D | ramg_smoother.f | 58 subroutine ramg_jacobi(Acolm,Arowp,Alhs,Anshg,Annz_tot,!A subroutine 62 integer,intent(in) :: Anshg,Annz_tot 63 integer,intent(in),dimension(Anshg+1) :: Acolm 64 integer,intent(in),dimension(Annz_tot) :: Arowp 88 end subroutine ! ramg_jacobi argument
|