Home
last modified time | relevance | path

Searched refs:acs (Results 1 – 5 of 5) sorted by relevance

/phasta/phSolver/common/
H A Drotabc.f27 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 Dgenbc.f63 allocate (acs(nshg,2))
65 acs(:,1) = cos(BCtmp(:,12))
66 acs(:,2) = sin(BCtmp(:,12))
H A Dbctint.f10 real*8, allocatable :: BCt(:,:), acs(:,:), spamp(:) variable
/phasta/phSolver/compressible/
H A Ditrdrv.f860 if(iabc==1) deallocate(acs)
/phasta/phSolver/incompressible/
H A Ditrdrv.f839 if(iabc==1) deallocate(acs)