Searched refs:restmp (Results 1 – 1 of 1) sorted by relevance
| /phasta/phSolver/compressible/ |
| H A D | shuffle.f | 1 subroutine yshuffle(restmp, code) argument 11 dimension restmp (nshg,nflow), tmp(nshg), tmp1(nshg,nflow) 15 tmp(:)=restmp(:,1) ! copying the res of continuity 16 restmp(:, 1:3) = restmp(:, 2:4) 17 restmp(:, 4) = tmp(:) 22 tmp1(:,:) = restmp(:,:) 24 restmp(:,i+1) = tmp1(:,i) 26 restmp(:,1) = tmp1(:,4)
|