Searched refs:useewgt (Results 1 – 4 of 4) sorted by relevance
128 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()
33 …PetscBool useewgt; /* if true, the partitioner looks at the topology to weight the edges of the gr… member
115 if (part->useewgt) PetscCall(PetscInfo(part, "PETSCPARTITIONERCHACO ignores edge weights\n")); in PetscPartitionerPartition_Chaco()
838 if (part->useewgt) { in PetscPartitionerDMPlexPartition()