Home
last modified time | relevance | path

Searched defs:ramg_control (Results 1 – 1 of 1) sorted by relevance

/phasta/phSolver/AMG/
H A Dramg_control.f7 subroutine ramg_control(colm,rowp,lhsK,lhsP, subroutine
12 integer,intent(in),dimension(nshg+1) :: colm
13 integer,intent(in),dimension(nnz_tot) :: rowp
14 real(kind=8),intent(in),dimension(9,nnz_tot) :: lhsK
15 real(kind=8),intent(in),dimension(4,nnz_tot) :: lhsP
17 integer, intent(in), dimension(nlwork) :: ilwork
18 integer, intent(in),dimension(nshg) :: iBC,iper
19 real(kind=8),intent(in),dimension(nshg,ndofBC) :: BC
21 integer i local