Searched defs:elmStatsLhs (Results 1 – 1 of 1) sorted by relevance
| /phasta/phSolver/incompressible/ |
| H A D | elmStats.f | 1 subroutine elmStatsLhs( x, iBC, iper, ilwork ) subroutine 11 real*8 x(numnp,3) 12 integer iBC(nshg), iper(nshg), ilwork(nlwork) 14 real*8, allocatable :: xl(:,:,:) 15 real*8, allocatable :: lStsVec(:,:,:)
|