Searched defs:elmStatsRes (Results 1 – 1 of 1) sorted by relevance
| /phasta/phSolver/incompressible/ |
| H A D | elmStats.f | 79 subroutine elmStatsRes( y, ac, x, shp, shgl, subroutine 88 real*8 y(nshg,ndof), ac(nshg,ndof), x(numnp,nsd), 89 & shp(MAXTOP,maxsh,MAXQPT), shgl(MAXTOP,nsd,maxsh,MAXQPT), 90 & shpb(MAXTOP,maxsh,MAXQPT), 91 & shglb(MAXTOP,nsd,maxsh,MAXQPT), 92 & BC(nshg,ndofBC), lhsK(9,nnz_tot), 93 & lhsP(4,nnz_tot), res(nshg,ndof) 95 integer iBC(nshg), iper(nshg), 96 & ilwork(nlwork), rowp(nshg,nnz), 97 & colm(nshg+1)
|