Home
last modified time | relevance | path

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

/phasta/phSolver/common/
H A Dgenadj.f1 subroutine genadj (colm, rowp, icnt ) argument
7 integer rowp(nshg*nnz), colm(nshg+1) local
/phasta/phSolver/incompressible/
H A Delmgmr.f5 & rowp, colm, lhsK, argument
46 integer rowp(nshg*nnz), colm(nshg+1) local
372 & rowp, colm, lhsS ) argument
400 integer ilwork(nlwork), rowp(nshg*nnz), colm(nshg+1) local
H A Dgenlmass.f173 & rowp, colm, argument
180 integer rowp(nnz*nshg), colm(nshg+1) local
215 & rowp, colm, argument
222 integer rowp(nnz*nshg), colm(nshg+1) local
H A DelmStats.f81 & iper, ilwork, rowp, colm, argument
96 & ilwork(nlwork), rowp(nshg,nnz), local
H A DadvLES.f493 & rowp, colm, argument
528 integer rowp(nshg*nnz), colm(nshg+1) local
1608 & iBC, BC, rowp, colm, argument
1648 integer rowp(nshg*nnz), colm(nshg+1) local
H A Dusr.c59 int* rowp, in usrNew()
H A Dsolfar.f6 & shpb, shglb, rowp, argument
97 & rowp(nshg*nnz), colm(nshg+1), local
346 & shpb, shglb, rowp, argument
405 & rowp(nshg*nnz), colm(nshg+1), local
H A Ditrdrv.f70 integer rowp(nshg,nnz), colm(nshg+1), local
850 & iper, ilwork, rowp, colm, argument
863 integer rowp(nshg,nnz), colm(nshg+1), local
1455 subroutine initEQS(iBC, rowp, colm,svLS_nFaces, argument
1478 integer rowp(nshg,nnz), colm(nshg+1), local
H A Dstats.f191 & rowp, colm, lhsK, lhsP ) argument
207 & ilwork(nlwork), rowp(nshg*nnz), local
H A Dusr.h38 int* rowp ; /* row of p for nonzero's of A */ member
/phasta/phSolver/AMG/
H A Dramg_driver.f17 & colm,rowp,lhsK,lhsP,ilwork,BC,iBC,iper argument
30 integer,intent(in),dimension(nnz_tot) :: rowp local
107 & colm,rowp,lhsK,lhsP,ilwork,BC,iBC,iper,iterNum) argument
118 integer,intent(in),dimension(nnz_tot) :: rowp local
180 integer,intent(in),dimension(nnz_tot) :: rowp variable
286 & colm,rowp,lhsK,lhsP,flowDiag, argument
294 integer,intent(in),dimension(nnz_tot) :: rowp local
351 & colm,rowp,lhsK,lhsP, argument
369 integer,intent(in),dimension(nnz_tot) :: rowp local
H A Dramg_mls.f9 & colm,rowp,lhsK,lhsP, argument
21 integer,intent(in),dimension(nnz_tot) :: rowp local
189 & colm,rowp,lhsK,lhsP, argument
201 integer,intent(in),dimension(nnz_tot) :: rowp local
371 subroutine ramg_mls_setup(colm,rowp,lhsK,lhsP, argument
379 integer,intent(in),dimension(nnz_tot) :: rowp local
496 subroutine ramg_mls_calcPAv(level,u,v,colm,rowp,lhsK,lhsP, argument
506 integer,intent(in),dimension(nnz_tot) :: rowp local
535 integer,intent(in),dimension(nnz_tot) :: rowp variable
563 subroutine ramg_mls_apply(u,v,r,level,colm,rowp,lhsK,lhsP, argument
[all …]
H A Dramg_cheby.f9 subroutine ramg_cheby_apply(u,v,r,level,colm,rowp,lhsK,lhsP, argument
20 integer,intent(in),dimension(nnz_tot) :: rowp local
106 subroutine ramg_cheby_setup(colm,rowp,lhsK,lhsP, argument
114 integer,intent(in),dimension(nnz_tot) :: rowp local
H A Dramg_smoother.f5 subroutine ramg_calcPPEv(colm,rowp,lhsK,lhsP, argument
13 integer,intent(in),dimension(nnz_tot) :: rowp local
325 & colm,rowp,lhsK,lhsP, argument
336 integer,intent(in),dimension(nnz_tot) :: rowp local
396 & colm,rowp,lhsK,lhsP, argument
407 integer,intent(in),dimension(nnz_tot) :: rowp local
H A Dramg_control.f7 subroutine ramg_control(colm,rowp,lhsK,lhsP, argument
13 integer,intent(in),dimension(nnz_tot) :: rowp local
H A Dramg_ggb.f1 subroutine ramg_ggb_setup(colm,rowp,lhsK,lhsP, argument
11 integer,intent(in),dimension(nnz_tot) :: rowp local
270 & colm,rowp,lhsK,lhsP,ilwork,BC,iBC,iper argument
285 integer,intent(in),dimension(nnz_tot) :: rowp local
316 & colm,rowp,lhsK,lhsP,ilwork,BC,iBC,iper argument
328 integer,intent(in),dimension(nnz_tot) :: rowp local
H A Dramg_paratools.f487 & colm,rowp,lhsK,lhsP, argument
496 integer,intent(in),dimension(nnz_tot) :: rowp local
543 & colm,rowp,lhsK,lhsP, argument
553 integer,intent(in),dimension(nnz_tot) :: rowp local
594 & colm,rowp,lhsK,lhsP, argument
604 integer,intent(in),dimension(nnz_tot) :: rowp local
H A Dramg_tools.f137 subroutine ramg_calcAv_g(level,u,v,colm,rowp,lhsK,lhsP, argument
148 integer,intent(in),dimension(nnz_tot) :: rowp local
442 subroutine ramg_check_diag(colm,rowp,lhs,nshg,nnz_tot) argument
446 integer,intent(in),dimension(nnz_tot) :: rowp local
/phasta/phSolver/compressible/
H A Ditrdrv.f85 integer, allocatable, dimension(:,:) :: rowp local