Searched refs:acs (Results 1 – 5 of 5) sorted by relevance
| /phasta/phSolver/common/ |
| H A D | rotabc.f | 27 tmp = global(:,1)*acs(:,1) - global(:,2)*acs(:,2) 28 global(:,2) = global(:,1)*acs(:,2) + global(:,2)*acs(:,1) 33 tmp = global(:,1)*acs(:,1) + global(:,2)*acs(:,2) 34 global(:,2) = -global(:,1)*acs(:,2) + global(:,2)*acs(:,1)
|
| H A D | genbc.f | 63 allocate (acs(nshg,2)) 65 acs(:,1) = cos(BCtmp(:,12)) 66 acs(:,2) = sin(BCtmp(:,12))
|
| H A D | bctint.f | 10 real*8, allocatable :: BCt(:,:), acs(:,:), spamp(:) variable
|
| /phasta/phSolver/compressible/ |
| H A D | itrdrv.f | 860 if(iabc==1) deallocate(acs)
|
| /phasta/phSolver/incompressible/ |
| H A D | itrdrv.f | 839 if(iabc==1) deallocate(acs)
|