Lines Matching defs:stsGetStats
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),
207 & ilwork(nlwork), rowp(nshg*nnz),
208 & colm(nshg+1)
211 real*8 yAlpha(nshg,ndof), acAlpha(nshg,ndof),
212 & uAlpha(nshg,nsd),
213 & res(nResDims), MInv(6),
214 & DInv(3), B(3),
215 & CInv(6)
217 real*8 u1, u2, u3, r0, r1, r2, r3, r4, r5, t3, t4, t5
219 integer i local