Home
last modified time | relevance | path

Searched defs:nsubcomm (Results 1 – 5 of 5) sorted by relevance

/petsc/src/sys/objects/
H A Dsubcomm.c138 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 Dex208.c8 PetscInt m = 3, n = 4, i, nsubcomm; in main() local
/petsc/src/ksp/ksp/tests/
H A Dex37.c24 PetscInt nsubcomm = 1, id; in main() local
/petsc/src/ksp/pc/impls/redundant/
H A Dredundant.c16 PetscInt nsubcomm; /* num of data structure PetscSubcomm */ member
/petsc/src/mat/interface/
H A Dmatrix.c10472 PetscErrorCode MatCreateRedundantMatrix(Mat mat, PetscInt nsubcomm, MPI_Comm subcomm, MatReuse reus… in MatCreateRedundantMatrix()