Home
last modified time | relevance | path

Searched refs:annz_tot (Results 1 – 2 of 2) sorted by relevance

/phasta/phSolver/AMG/ !
H A Dramg_smoother.f96 & anshg,annz_tot,!A argument
104 integer,intent(in) :: anshg,annz_tot local
106 integer,intent(in),dimension(annz_tot) :: arowp
107 real(kind=8),intent(in),dimension(annz_tot) :: alhs
167 subroutine ramg_gauss(acolm,arowp,alhs,anshg,annz_tot,!A argument
175 integer,intent(in) :: anshg,annz_tot local
177 integer,intent(in),dimension(annz_tot) :: arowp
178 real(kind=8),intent(in),dimension(annz_tot) :: alhs
213 call ramg_boundary_mls1(acolm,arowp,alhs,anshg,annz_tot,
242 call ramg_boundary_mls1(acolm,arowp,alhs,anshg,annz_tot,
H A Dramg_paratools.f8 & acolm,arowp,alhsP,annz_tot, argument
17 integer,intent(in) :: annz_tot local
19 integer,intent(in),dimension(annz_tot) :: arowp
21 real(kind=8),intent(in),dimension(redun,annz_tot) :: alhsP
57 allocate(lhsGP%p(redun,annz_tot),stat=ierr)
58 allocate(lhsGProwp%p(annz_tot))