Home
last modified time | relevance | path

Searched refs:MatPartitioningDestroy (Results 1 – 25 of 30) sorted by relevance

12

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscmatpartitioning.pxi14 PetscErrorCode MatPartitioningDestroy(PetscMatPartitioning*)
H A DMatPartitioning.pyx56 create, petsc.MatPartitioningDestroy
59 CHKERR(MatPartitioningDestroy(&self.part))
/petsc/src/mat/graphops/partition/impls/hierarchical/
H A Dhierarchical.c113 PetscCall(MatPartitioningDestroy(&hpart->coarseMatPart)); in MatPartitioningApply_Hierarchical()
176 PetscCall(MatPartitioningDestroy(&hpart->fineMatPart)); in MatPartitioningApply_Hierarchical()
445 PetscCall(MatPartitioningDestroy(&hpart->coarseMatPart)); in MatPartitioningDestroy_Hierarchical()
446 PetscCall(MatPartitioningDestroy(&hpart->fineMatPart)); in MatPartitioningDestroy_Hierarchical()
447 PetscCall(MatPartitioningDestroy(&hpart->improver)); in MatPartitioningDestroy_Hierarchical()
477 PetscCall(MatPartitioningDestroy(&hpart->improver)); in MatPartitioningImprove_Hierarchical()
/petsc/src/mat/tutorials/
H A Dex11f.F9050 PetscCallA(MatPartitioningDestroy(part, ierr))
H A Dex11.c58 PetscCall(MatPartitioningDestroy(&part)); in main()
H A Dex15f.F9062 PetscCallA(MatPartitioningDestroy(part, ierr))
H A Dex17.c60 PetscCall(MatPartitioningDestroy(&part)); in main()
H A Dex15.c85 PetscCall(MatPartitioningDestroy(&part)); in main()
H A Dex17f.F9077 PetscCallA(MatPartitioningDestroy(part, ierr))
/petsc/src/dm/impls/plex/tests/
H A Dex28.c56 PetscCall(MatPartitioningDestroy(&part)); in main()
/petsc/src/mat/tests/
H A Dex80.c135 PetscCall(MatPartitioningDestroy(&part)); in main()
H A Dex82.c136 PetscCall(MatPartitioningDestroy(&part)); in main()
H A Dex193.c101 PetscCall(MatPartitioningDestroy(&part)); in main()
H A Dex83.c145 PetscCall(MatPartitioningDestroy(&part)); in main()
H A Dex40.c86 PetscCall(MatPartitioningDestroy(&part)); in main()
H A Dex73.c114 PetscCall(MatPartitioningDestroy(&part)); in main()
/petsc/src/ksp/ksp/tutorials/
H A Dex64.c184 PetscCall(MatPartitioningDestroy(&part)); in main()
/petsc/src/ksp/ksp/tests/
H A Dex31.c74 PetscCall(MatPartitioningDestroy(&mpart)); in main()
H A Dex30.c211 PetscCall(MatPartitioningDestroy(&mpart)); in main()
/petsc/src/mat/utils/
H A Doverlapsplit.c162 PetscCall(MatPartitioningDestroy(&part)); in MatIncreaseOverlapSplit_Single()
/petsc/src/dm/partitioner/impls/matpart/
H A Dpartmatpart.c46 PetscCall(MatPartitioningDestroy(&p->mp)); in PetscPartitionerDestroy_MatPartitioning()
/petsc/src/mat/graphops/partition/
H A Dpartition.c442 PetscErrorCode MatPartitioningDestroy(MatPartitioning *part) in MatPartitioningDestroy() function
601 …oning", "Matrix/graph partitioning", "MatGraphOperations", comm, MatPartitioningDestroy, MatPartit… in MatPartitioningCreate()
/petsc/src/ksp/pc/impls/gasm/
H A Dgasm.c281 PetscCall(MatPartitioningDestroy(&part)); in PCGASMSetHierarchicalPartitioning()
1400 PetscCall(MatPartitioningDestroy(&mpart)); in PCGASMCreateLocalSubdomains()
/petsc/src/ksp/pc/impls/asm/
H A Dasm.c1444 PetscCall(MatPartitioningDestroy(&mpart)); in PCASMCreateSubdomains()
/petsc/src/ksp/pc/impls/gamg/
H A Dgamg.c281 PetscCall(MatPartitioningDestroy(&mpart)); in PCGAMGCreateLevel_GAMG()

12