Home
last modified time | relevance | path

Searched refs:MatPartitioningApply (Results 1 – 25 of 29) sorted by relevance

12

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscmatpartitioning.pxi22 PetscErrorCode MatPartitioningApply(PetscMatPartitioning, PetscIS*)
H A DMatPartitioning.pyx154 petsc.MatPartitioningApply
157 CHKERR(MatPartitioningApply(self.part, &partitioning.iset))
/petsc/src/mat/tutorials/
H A Dex11.c55 PetscCall(MatPartitioningApply(part, &is)); in main()
H A Dex11f.F9047 PetscCallA(MatPartitioningApply(part, is, ierr))
H A Dex15f.F9059 PetscCallA(MatPartitioningApply(part, is, ierr))
H A Dex17.c57 PetscCall(MatPartitioningApply(part, &is)); in main()
H A Dex15.c82 PetscCall(MatPartitioningApply(part, &is)); in main()
H A Dex17f.F9074 PetscCallA(MatPartitioningApply(part, is, ierr))
/petsc/src/dm/impls/plex/tests/
H A Dex28.c38 PetscCall(MatPartitioningApply(part, &partis)); in main()
/petsc/src/mat/tests/
H A Dex80.c128 PetscCall(MatPartitioningApply(part, &is)); in main()
H A Dex82.c117 PetscCall(MatPartitioningApply(part, &is)); in main()
H A Dex193.c82 PetscCall(MatPartitioningApply(part, &is)); in main()
H A Dex83.c122 PetscCall(MatPartitioningApply(part, &is)); in main()
H A Dex73.c83 PetscCall(MatPartitioningApply(part, &is)); in main()
/petsc/src/ksp/ksp/tests/
H A Dex31.c73 PetscCall(MatPartitioningApply(mpart, &mis)); in main()
H A Dex30.c210 PetscCall(MatPartitioningApply(mpart, &mis)); in main()
/petsc/src/ksp/ksp/tutorials/
H A Dex64.c127 PetscCall(MatPartitioningApply(part, &is)); in main()
/petsc/src/mat/utils/
H A Doverlapsplit.c161 PetscCall(MatPartitioningApply(part, &partitioning)); in MatIncreaseOverlapSplit_Single()
/petsc/src/dm/partitioner/impls/matpart/
H A Dpartmatpart.c156 PetscCall(MatPartitioningApply(p->mp, &is1)); in PetscPartitionerPartition_MatPartitioning()
/petsc/src/mat/graphops/partition/impls/hierarchical/
H A Dhierarchical.c145 PetscCall(MatPartitioningApply(hpart->coarseMatPart, &hpart->coarseparts)); in MatPartitioningApply_Hierarchical()
205 PetscCall(MatPartitioningApply(hpart->fineMatPart, &fineparts_temp)); in MatPartitioningApply_Hierarchical()
/petsc/src/mat/graphops/partition/
H A Dpartition.c299 PetscErrorCode MatPartitioningApply(MatPartitioning matp, IS *partitioning) in MatPartitioningApply() function
/petsc/src/ksp/pc/impls/gasm/
H A Dgasm.c276 PetscCall(MatPartitioningApply(part, &partitioning)); in PCGASMSetHierarchicalPartitioning()
1393 PetscCall(MatPartitioningApply(mpart, &ispart)); in PCGASMCreateLocalSubdomains()
/petsc/src/ksp/pc/impls/asm/
H A Dasm.c1437 PetscCall(MatPartitioningApply(mpart, &ispart)); in PCASMCreateSubdomains()
/petsc/src/ksp/pc/impls/gamg/
H A Dgamg.c280 PetscCall(MatPartitioningApply(mpart, &proc_is)); in PCGAMGCreateLevel_GAMG()
/petsc/src/dm/impls/plex/
H A Dplexpartition.c1860 PetscCall(MatPartitioningApply(mp, &ispart)); in DMPlexRebalanceSharedPoints()

12