Searched refs:idisp (Results 1 – 3 of 3) sorted by relevance
| /phasta/phSolver/compressible/ |
| H A D | d2wall.f | 18 & nwall(numpe), idisp(numpe) 88 idisp(:)=0 90 idisp(j)=idisp(j-1)+nwall(j-1) 95 & MPI_DOUBLE_PRECISION,xw(:,j,k),nwall,idisp,
|
| /phasta/phSolver/common/ |
| H A D | turbsa.f | 50 integer nwall(numpe), idisp(numpe), npwmark(numnp) local 169 idisp(:)=0 ! starting with zero, since MPI likes C-numbering 171 idisp(j)=idisp(j-1)+nwall(j-1) ! see diagram above 175 & MPI_DOUBLE_PRECISION,xw(:,k),nwall,idisp,
|
| H A D | genbc.f | 541 integer idisp(numpe) ! needed by mpi: see note below local 659 idisp(:)=0 ! starting with zero, since MPI likes C-numbering 661 idisp(j)=idisp(j-1)+nsid(j-1) ! see diagram above 665 & MPI_INTEGER,temp(:),nsid,idisp,
|