Searched refs:tempindx1 (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/mat/tests/ |
| H A D | ex146.c | 24 PetscInt low, tempindx, tempindx1; in main() local 110 tempindx1 = i * N1 * NM + j * NM + k; in main() 113 indx4[tempindx] = low + tempindx1; in main()
|
| H A D | ex144.c | 26 PetscInt *indx3, tempindx, low, *indx4, tempindx1; in main() local 120 tempindx1 = i * NM + j; in main() 123 indx4[tempindx] = low + tempindx1; in main()
|
| /petsc/src/mat/impls/fft/fftw/ |
| H A D | fftw.c | 784 PetscInt *indx1, *indx2, tempindx, tempindx1; in VecScatterPetscToFFTW_FFTW() local 840 tempindx1 = i * NM + j; in VecScatterPetscToFFTW_FFTW() 843 indx2[tempindx] = low + tempindx1; in VecScatterPetscToFFTW_FFTW() 892 tempindx1 = i * dim[1] * NM + j * NM + k; in VecScatterPetscToFFTW_FFTW() 895 PetscCall(PetscIntCast(low + tempindx1, &indx2[tempindx])); in VecScatterPetscToFFTW_FFTW() 1031 PetscInt *indx1, *indx2, tempindx, tempindx1; in VecScatterFFTWToPetsc_FFTW() local 1085 tempindx1 = i * NM + j; in VecScatterFFTWToPetsc_FFTW() 1088 PetscCall(PetscIntCast(low + tempindx1, &indx2[tempindx])); in VecScatterFFTWToPetsc_FFTW() 1134 tempindx1 = i * dim[1] * NM + j * NM + k; in VecScatterFFTWToPetsc_FFTW() 1137 PetscCall(PetscIntCast(low + tempindx1, &indx2[tempindx])); in VecScatterFFTWToPetsc_FFTW()
|