Searched refs:olens (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/mat/impls/baij/mpi/ |
| H A D | mpibaij.c | 1912 PetscInt *ii, *jj, nlocal, *dlens, *olens, dlen, olen, jend, mglobal; in MatCreateSubMatrix_MPIBAIJ_Private() local 1976 PetscCall(PetscMalloc2(m + 1, &dlens, m + 1, &olens)); in MatCreateSubMatrix_MPIBAIJ_Private() 1986 olens[i] = olen; in MatCreateSubMatrix_MPIBAIJ_Private() 1992 PetscCall(MatMPIBAIJSetPreallocation(M, bs, 0, dlens, 0, olens)); in MatCreateSubMatrix_MPIBAIJ_Private() 1993 PetscCall(MatMPISBAIJSetPreallocation(M, bs, 0, dlens, 0, olens)); in MatCreateSubMatrix_MPIBAIJ_Private() 1994 PetscCall(PetscFree2(dlens, olens)); in MatCreateSubMatrix_MPIBAIJ_Private()
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiaij.c | 3525 PetscInt *ii, *jj, nlocal, *dlens, *olens, dlen, olen, jend, mglobal; in MatCreateSubMatrix_MPIAIJ_SameRowDist() local 3653 olens = dlens + m; in MatCreateSubMatrix_MPIAIJ_SameRowDist() 3663 olens[i] = olen; in MatCreateSubMatrix_MPIAIJ_SameRowDist() 3674 PetscCall(MatMPIAIJSetPreallocation(M, 0, dlens, 0, olens)); in MatCreateSubMatrix_MPIAIJ_SameRowDist() 3743 PetscInt *ii, *jj, nlocal, *dlens, *olens, dlen, olen, jend, mglobal; in MatCreateSubMatrix_MPIAIJ_nonscalable() local 3803 olens = dlens + m; in MatCreateSubMatrix_MPIAIJ_nonscalable() 3813 olens[i] = olen; in MatCreateSubMatrix_MPIAIJ_nonscalable() 3820 PetscCall(MatMPIAIJSetPreallocation(M, 0, dlens, 0, olens)); in MatCreateSubMatrix_MPIAIJ_nonscalable()
|