Home
last modified time | relevance | path

Searched refs:olen (Results 1 – 2 of 2) sorted by relevance

/petsc/src/mat/impls/baij/mpi/
H A Dmpibaij.c1912 PetscInt *ii, *jj, nlocal, *dlens, *olens, dlen, olen, jend, mglobal; in MatCreateSubMatrix_MPIBAIJ_Private() local
1979 olen = 0; in MatCreateSubMatrix_MPIBAIJ_Private()
1982 if (*jj < rstart || *jj >= rend) olen++; in MatCreateSubMatrix_MPIBAIJ_Private()
1986 olens[i] = olen; in MatCreateSubMatrix_MPIBAIJ_Private()
2548 PetscInt i, j, dlen, olen, nz, nz_max = 0, *d_nnz = NULL, *o_nnz = NULL; in MatMPIBAIJSetPreallocationCSR_MPIBAIJ() local
2572 olen = 0; in MatMPIBAIJSetPreallocationCSR_MPIBAIJ()
2575 if (*JJ < cstart || *JJ >= cend) olen++; in MatMPIBAIJSetPreallocationCSR_MPIBAIJ()
2580 o_nnz[i] = olen; in MatMPIBAIJSetPreallocationCSR_MPIBAIJ()
/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c3525 PetscInt *ii, *jj, nlocal, *dlens, *olens, dlen, olen, jend, mglobal; in MatCreateSubMatrix_MPIAIJ_SameRowDist() local
3656 olen = 0; in MatCreateSubMatrix_MPIAIJ_SameRowDist()
3659 if (cmap[*jj] < rstart || cmap[*jj] >= rend) olen++; in MatCreateSubMatrix_MPIAIJ_SameRowDist()
3663 olens[i] = olen; in MatCreateSubMatrix_MPIAIJ_SameRowDist()
3743 PetscInt *ii, *jj, nlocal, *dlens, *olens, dlen, olen, jend, mglobal; in MatCreateSubMatrix_MPIAIJ_nonscalable() local
3806 olen = 0; in MatCreateSubMatrix_MPIAIJ_nonscalable()
3809 if (*jj < rstart || *jj >= rend) olen++; in MatCreateSubMatrix_MPIAIJ_nonscalable()
3813 olens[i] = olen; in MatCreateSubMatrix_MPIAIJ_nonscalable()