Home
last modified time | relevance | path

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

/petsc/src/dm/partitioner/impls/multistage/
H A Dmspart.c33 PetscBool compute_tpwgs; member
375 if (p->compute_tpwgs) PetscCall(PetscMalloc1(p->levels, &lparts)); in PetscPartitionerMultistageSetStages()
428 if (p->compute_tpwgs) { in PetscPartitionerMultistageSetStages()
444 if (p->compute_tpwgs) { in PetscPartitionerMultistageSetStages()
769 …Use target partition weights in stage partitioners", "", p->compute_tpwgs, &p->compute_tpwgs, NULL… in PetscPartitionerSetFromOptions_Multistage()
821 p->compute_tpwgs = PETSC_TRUE; in PetscPartitionerCreate_Multistage()