Home
last modified time | relevance | path

Searched refs:PETSCPARTITIONERMULTISTAGE (Results 1 – 7 of 7) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscpartitioner.pxi11 PetscPartitionerType PETSCPARTITIONERMULTISTAGE
H A DPartitioner.pyx12 MULTISTAGE = S_(PETSCPARTITIONERMULTISTAGE)
/petsc/include/
H A Dpetscpartitioner.h38 #define PETSCPARTITIONERMULTISTAGE "multistage" macro
/petsc/src/dm/partitioner/interface/
H A Dpartitionerreg.c78 …PetscCall(PetscPartitionerRegister(PETSCPARTITIONERMULTISTAGE, PetscPartitionerCreate_Multistage)); in PetscPartitionerRegisterAll()
/petsc/src/dm/partitioner/impls/multistage/
H A Dmspart.c356 PetscCall(PetscObjectTypeCompare((PetscObject)part, PETSCPARTITIONERMULTISTAGE, &isms)); in PetscPartitionerMultistageSetStages()
533 PetscCheckTypeName(part, PETSCPARTITIONERMULTISTAGE); in PetscPartitionerMultistageGetStages_Multistage()
546 PetscCheckTypeName(part, PETSCPARTITIONERMULTISTAGE); in PetscPartitionerMultistageSetStage_Multistage()
562 PetscCheckTypeName(part, PETSCPARTITIONERMULTISTAGE); in PetscPartitionerMultistageGetStage_Multistage()
/petsc/doc/changes/
H A D324.md78 - Add `PETSCPARTITIONERMULTISTAGE` for improved load balance, edge cut, and performances of large s…
/petsc/src/dm/impls/plex/
H A Dplexdistribute.c1858 PetscCall(PetscObjectTypeCompare((PetscObject)partitioner, PETSCPARTITIONERMULTISTAGE, &isms)); in DMPlexDistribute()