Searched defs:ramg_mls_apply (Results 1 – 1 of 1) sorted by relevance
| /phasta/phSolver/AMG/ |
| H A D | ramg_mls.f | 563 subroutine ramg_mls_apply(u,v,r,level,colm,rowp,lhsK,lhsP, subroutine 570 integer,intent(in),dimension(nlwork) :: ilwork 571 integer,intent(in),dimension(nshg) :: iBC,iper 572 real(kind=8),intent(in),dimension(nshg,ndofBC) :: BC 573 integer,intent(in),dimension(nshg+1) :: colm 574 integer,intent(in),dimension(nnz_tot) :: rowp 598 call ramg_mls_apply_fwd(u,v,aux,level,colm,rowp,lhsK,lhsP, argument 607 end subroutine ! ramg_mls_apply argument
|