Home
last modified time | relevance | path

Searched defs:parts (Results 1 – 3 of 3) sorted by relevance

/petsc/src/mat/tests/
H A Dex178.c10 PetscInt i, j, rows[2], *parts, cnt, N = 21, nblocks, *blocksizes; in main() local
131 PetscErrorCode BuildMatrix(const PetscInt *parts, PetscInt nblocks, const PetscInt *blocksizes, Mat… in BuildMatrix()
/petsc/src/mat/graphops/partition/
H A Dpartition.c33 PetscInt m, M, nparts, *indices, r, d, *parts, i, start, end, loc; in MatPartitioningApply_Average() local
/petsc/src/dm/interface/
H A Ddm.c9344 PetscErrorCode DMGetAuxiliaryLabels(DM dm, DMLabel labels[], PetscInt values[], PetscInt parts[]) in DMGetAuxiliaryLabels()