Searched defs:stsGetStats (Results 1 – 1 of 1) sorted by relevance
| /phasta/phSolver/incompressible/ |
| H A D | stats.f | 187 subroutine stsGetStats( y, yold, ac, acold, subroutine 197 real*8 y(nshg,ndof), yold(nshg,ndof), 198 & ac(nshg,ndof), acold(nshg,ndof), 199 & u(nshg,nsd), uold(nshg,nsd), 200 & shp(MAXTOP,maxsh,MAXQPT), shgl(MAXTOP,nsd,maxsh,MAXQPT), 201 & shpb(MAXTOP,maxsh,MAXQPT), 202 & shglb(MAXTOP,nsd,maxsh,MAXQPT), 203 & BC(nshg,ndofBC), lhsK(9,nnz_tot), 204 & lhsP(4,nnz_tot), x(numnp,nsd) 206 integer iBC(nshg), iper(nshg), [all …]
|