Searched refs:ValueListImp (Results 1 – 2 of 2) sorted by relevance
| /phasta/phSolver/common/ |
| H A D | bctint.f | 34 real*8, allocatable :: ValueListImp(:,:), ConvCoef(:,:) variable 370 allocate (ValueListImp(ntimeptpT+1,numImpSrfs)) 371 ValueListImp = zero 372 ValueListImp(ntimeptpT+1,:) = ValueImpt(1,2,:) !Z(time=0), last entry 373 ValueListImp(1,:) = ValueImpt(1,2,:) !Z(time=0)=Z(time=T) 398 ValueListImp(jstep,k)= ValueImpt(j-1,2,k)*(one-wr)
|
| /phasta/phSolver/incompressible/ |
| H A D | itrdrv.f | 1048 ImpConvCoef(j,:) = ValueListImp(j-1,:)/numTpoints 1053 & ValueListImp(numTpoints+1,:)/numTpoints
|