Searched defs:ramg_mls_apply_post (Results 1 – 1 of 1) sorted by relevance
| /phasta/phSolver/AMG/ |
| H A D | ramg_mls.f | 651 subroutine ramg_mls_apply_post(u,v,r,level,colm,rowp,lhsK,lhsP, subroutine 658 integer,intent(in),dimension(nlwork) :: ilwork 659 integer,intent(in),dimension(nshg) :: iBC,iper 660 real(kind=8),intent(in),dimension(nshg,ndofBC) :: BC 661 integer,intent(in),dimension(nshg+1) :: colm 662 integer,intent(in),dimension(nnz_tot) :: rowp 664 real(kind=8),intent(in),dimension(9,nnz_tot) :: lhsK 665 real(kind=8),intent(in),dimension(4,nnz_tot) :: lhsP 689 end subroutine ! ramg_mls_apply_post argument
|