Searched refs:nskip (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/vec/is/sf/tests/ |
| H A D | ex4k.kokkos.cxx | 37 PetscInt i, j, n, nroots, nleaves, niter = 100, nskip = 10; in main() local 104 nskip = skipSmall; in main() 107 nskip = LAT_SKIP_SMALL; in main() 126 nskip = LAT_SKIP_LARGE; in main() 131 for (i = 0; i < niter + nskip; i++) { in main() 132 if (i == nskip) { in main()
|
| /petsc/src/mat/tests/ |
| H A D | ex5k.kokkos.cxx | 55 PetscInt i, n = 500, nskip = 5, M, N; in main() local 103 for (i = 0; i < n + nskip; i++) { in main() 104 if (i == nskip) { in main()
|
| H A D | ex6k.kokkos.cxx | 57 PetscInt i, n = 100, nskip = 2, M, N; in main() local 164 for (i = 0; i < n + nskip; i++) { in main() 165 if (i == nskip) { in main()
|
| /petsc/src/mat/impls/aij/seq/ |
| H A D | aij.c | 3380 PetscInt m, n, i, j, col, nskip; in MatSetRandomSkipColumnRange_SeqAIJ_Private() local 3383 nskip = high - low; in MatSetRandomSkipColumnRange_SeqAIJ_Private() 3385 n -= nskip; /* shrink number of columns where nonzeros can be set */ in MatSetRandomSkipColumnRange_SeqAIJ_Private() 3390 if (col >= low) col += nskip; /* shift col rightward to skip the hole */ in MatSetRandomSkipColumnRange_SeqAIJ_Private()
|