Searched defs:nsubcomm (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/sys/objects/ |
| H A D | subcomm.c | 138 PetscErrorCode PetscSubcommSetNumber(PetscSubcomm psubcomm, PetscInt nsubcomm) in PetscSubcommSetNumber() 199 PetscMPIInt i, nsubcomm = psubcomm->n; in PetscSubcommSetTypeGeneral() local 376 PetscMPIInt np_subcomm, nleftover, i, color = -1, rankstart, nsubcomm = psubcomm->n; in PetscSubcommCreate_contiguous() local 447 PetscMPIInt np_subcomm, nleftover, i, j, color, nsubcomm = psubcomm->n; in PetscSubcommCreate_interlaced() local
|
| /petsc/src/mat/tests/ |
| H A D | ex208.c | 8 PetscInt m = 3, n = 4, i, nsubcomm; in main() local
|
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex37.c | 24 PetscInt nsubcomm = 1, id; in main() local
|
| /petsc/src/ksp/pc/impls/redundant/ |
| H A D | redundant.c | 16 PetscInt nsubcomm; /* num of data structure PetscSubcomm */ member
|
| /petsc/src/mat/interface/ |
| H A D | matrix.c | 10472 PetscErrorCode MatCreateRedundantMatrix(Mat mat, PetscInt nsubcomm, MPI_Comm subcomm, MatReuse reus… in MatCreateRedundantMatrix()
|