Searched refs:ISPartitioningCount (Results 1 – 11 of 11) sorted by relevance
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex31.c | 86 PetscCall(ISPartitioningCount(mis, size, count)); in main()
|
| H A D | ex30.c | 213 PetscCall(ISPartitioningCount(mis, size, count)); in main()
|
| /petsc/src/mat/tests/ |
| H A D | ex73.c | 99 PetscCall(ISPartitioningCount(is, size, nlocal)); in main()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscis.pxi | 24 PetscErrorCode ISPartitioningCount(PetscIS, PetscInt, PetscInt*)
|
| H A D | IS.pyx | 420 petsc.ISPartitioningCount 428 CHKERR(ISPartitioningCount(self.iset, size, counts))
|
| /petsc/doc/changes/ |
| H A D | 300.md | 50 - ISPartitioningCount() now takes an additional argument, the length
|
| /petsc/include/ |
| H A D | petscis.h | 297 PETSC_EXTERN PetscErrorCode ISPartitioningCount(IS, PetscInt, PetscInt[]);
|
| /petsc/src/vec/is/is/utils/ |
| H A D | iscoloring.c | 601 PetscErrorCode ISPartitioningCount(IS part, PetscInt len, PetscInt count[]) in ISPartitioningCount() function
|
| /petsc/src/ksp/pc/impls/asm/ |
| H A D | asm.c | 1468 PetscCall(ISPartitioningCount(ispart, n, count)); in PCASMCreateSubdomains()
|
| /petsc/src/ksp/pc/impls/gasm/ |
| H A D | gasm.c | 1421 PetscCall(ISPartitioningCount(ispart, nloc, count)); in PCGASMCreateLocalSubdomains()
|
| /petsc/src/ksp/pc/impls/gamg/ |
| H A D | gamg.c | 303 PetscCall(ISPartitioningCount(is_eq_newproc, size, counts)); in PCGAMGCreateLevel_GAMG()
|