Searched defs:SolSclr (Results 1 – 1 of 1) sorted by relevance
| /phasta/phSolver/incompressible/ |
| H A D | solfar.f | 341 subroutine SolSclr(y, ac, u, subroutine 391 real*8 y(nshg,ndof), ac(nshg,ndof), 392 & yold(nshg,ndof), acold(nshg,ndof), 393 & u(nshg,nsd), uold(nshg,nsd), 394 & x(numnp,nsd), BC(nshg,ndofBC), 395 & res(nshg,1), 396 & flowDiag(nshg,4), 397 & sclrDiag(nshg,1) 399 real*8 shp(MAXTOP,maxsh,MAXQPT), 400 & shgl(MAXTOP,nsd,maxsh,MAXQPT), [all …]
|