Searched defs:ramg_mls_apply_fwd (Results 1 – 1 of 1) sorted by relevance
| /phasta/phSolver/AMG/ |
| H A D | ramg_mls.f | 610 subroutine ramg_mls_apply_fwd(u,v,r,level,colm,rowp,lhsK,lhsP, subroutine 617 integer,intent(in),dimension(nlwork) :: ilwork 618 integer,intent(in),dimension(nshg) :: iBC,iper 619 real(kind=8),intent(in),dimension(nshg,ndofBC) :: BC 620 integer,intent(in),dimension(nshg+1) :: colm 621 integer,intent(in),dimension(nnz_tot) :: rowp 623 real(kind=8),intent(in),dimension(9,nnz_tot) :: lhsK 624 real(kind=8),intent(in),dimension(4,nnz_tot) :: lhsP 649 end subroutine ! ramg_mls_apply_fwd argument
|