Home
last modified time | relevance | path

Searched refs:DMPlexSetPartitionBalance (Results 1 – 4 of 4) sorted by relevance

/petsc/src/dm/impls/plex/tests/
H A Dex12.c114 PetscCall(DMPlexSetPartitionBalance(*dm, user->partitionBalance)); in CreateMesh()
184 PetscCall(DMPlexSetPartitionBalance(*dm, user->partitionBalance)); in CreateMesh()
/petsc/src/dm/impls/plex/
H A Dplexdistribute.c1413 PetscErrorCode DMPlexSetPartitionBalance(DM dm, PetscBool flg) in DMPlexSetPartitionBalance() function
1771 PetscCall(DMPlexSetPartitionBalance(dm, balance)); in DMPlexDistribute_Multistage()
1932 PetscCall(DMPlexSetPartitionBalance(*dmParallel, balance)); in DMPlexDistribute()
H A Dplexcreate.c102 PetscCall(DMPlexSetPartitionBalance(dmout, balance_partition)); in DMPlexCopy_Internal()
5333 if (flg) PetscCall(DMPlexSetPartitionBalance(dm, use_partition_balance)); in DMSetFromOptions_Plex()
/petsc/include/
H A Dpetscdmplex.h265 PETSC_EXTERN PetscErrorCode DMPlexSetPartitionBalance(DM, PetscBool);