Home
last modified time | relevance | path

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

/petsc/src/dm/partitioner/interface/
H A Dpartitioner.c128 PetscCall(PetscViewerASCIIPrintf(v, " use edge weights: %d\n", part->useewgt)); in PetscPartitionerView()
186 …-petscpartitioner_use_edge_weights", "Use edge weights", "", part->useewgt, &part->useewgt, NULL)); in PetscPartitionerSetFromOptions()
/petsc/include/petsc/private/
H A Dpartitionerimpl.h33 …PetscBool useewgt; /* if true, the partitioner looks at the topology to weight the edges of the gr… member
/petsc/src/dm/partitioner/impls/chaco/
H A Dpartchaco.c115 if (part->useewgt) PetscCall(PetscInfo(part, "PETSCPARTITIONERCHACO ignores edge weights\n")); in PetscPartitionerPartition_Chaco()
/petsc/src/dm/impls/plex/
H A Dplexpartition.c838 if (part->useewgt) { in PetscPartitionerDMPlexPartition()