Home
last modified time | relevance | path

Searched refs:MatPartitioningSetNParts (Results 1 – 8 of 8) sorted by relevance

/petsc/src/mat/graphops/partition/impls/hierarchical/
H A Dhierarchical.c133 PetscCall(MatPartitioningSetNParts(hpart->coarseMatPart, hpart->ncoarseparts)); in MatPartitioningApply_Hierarchical()
203 …PetscCall(MatPartitioningSetNParts(hpart->fineMatPart, offsets[rank + 1 + i] - offsets[rank + i])); in MatPartitioningApply_Hierarchical()
486 PetscCall(MatPartitioningSetNParts(hpart->improver, part->n)); in MatPartitioningImprove_Hierarchical()
/petsc/src/dm/partitioner/impls/matpart/
H A Dpartmatpart.c116 PetscCall(MatPartitioningSetNParts(p->mp, nparts)); in PetscPartitionerPartition_MatPartitioning()
/petsc/src/mat/graphops/partition/
H A Dpartition.c232 PetscErrorCode MatPartitioningSetNParts(MatPartitioning part, PetscInt n) in MatPartitioningSetNParts() function
/petsc/src/ksp/pc/impls/asm/
H A Dasm.c1436 PetscCall(MatPartitioningSetNParts(mpart, n)); in PCASMCreateSubdomains()
/petsc/src/ksp/pc/impls/gasm/
H A Dgasm.c1392 PetscCall(MatPartitioningSetNParts(mpart, nloc)); in PCGASMCreateLocalSubdomains()
/petsc/src/ksp/pc/impls/gamg/
H A Dgamg.c279 PetscCall(MatPartitioningSetNParts(mpart, new_size)); in PCGAMGCreateLevel_GAMG()
/petsc/include/
H A Dpetscmat.h1799 PETSC_EXTERN PetscErrorCode MatPartitioningSetNParts(MatPartitioning, PetscInt);
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcprivate.c7927 PetscCall(MatPartitioningSetNParts(partitioner, *n_subdomains)); in PCBDDCMatISGetSubassemblingPattern()