Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h182 PetscBool partition_for_coarsening; member
1108 …if (size > 1 && (pforest->partition_for_coarsening || forest->cellWeights || forest->weightCapacit… in DMSetUp_pforest()
1117 …urn(shipped, p4est_partition_ext, (pforest->forest, (int)pforest->partition_for_coarsening, NULL)); in DMSetUp_pforest()
4359 … "DMP4estSetPartitionForCoarsening", pforest->partition_for_coarsening, &pforest->partition_for_co… in DMSetFromOptions_pforest()
4384 *flg = pforest->partition_for_coarsening; in DMPforestGetPartitionForCoarsening()
4395 pforest->partition_for_coarsening = flg; in DMPforestSetPartitionForCoarsening()
5193 pforest->partition_for_coarsening = PETSC_TRUE; in DMCreate_pforest()