Home
last modified time | relevance | path

Searched refs:ISPartitioningCount (Results 1 – 11 of 11) sorted by relevance

/petsc/src/ksp/ksp/tests/
H A Dex31.c86 PetscCall(ISPartitioningCount(mis, size, count)); in main()
H A Dex30.c213 PetscCall(ISPartitioningCount(mis, size, count)); in main()
/petsc/src/mat/tests/
H A Dex73.c99 PetscCall(ISPartitioningCount(is, size, nlocal)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscis.pxi24 PetscErrorCode ISPartitioningCount(PetscIS, PetscInt, PetscInt*)
H A DIS.pyx420 petsc.ISPartitioningCount
428 CHKERR(ISPartitioningCount(self.iset, size, counts))
/petsc/doc/changes/
H A D300.md50 - ISPartitioningCount() now takes an additional argument, the length
/petsc/include/
H A Dpetscis.h297 PETSC_EXTERN PetscErrorCode ISPartitioningCount(IS, PetscInt, PetscInt[]);
/petsc/src/vec/is/is/utils/
H A Discoloring.c601 PetscErrorCode ISPartitioningCount(IS part, PetscInt len, PetscInt count[]) in ISPartitioningCount() function
/petsc/src/ksp/pc/impls/asm/
H A Dasm.c1468 PetscCall(ISPartitioningCount(ispart, n, count)); in PCASMCreateSubdomains()
/petsc/src/ksp/pc/impls/gasm/
H A Dgasm.c1421 PetscCall(ISPartitioningCount(ispart, nloc, count)); in PCGASMCreateLocalSubdomains()
/petsc/src/ksp/pc/impls/gamg/
H A Dgamg.c303 PetscCall(ISPartitioningCount(is_eq_newproc, size, counts)); in PCGAMGCreateLevel_GAMG()