Home
last modified time | relevance | path

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

/petsc/src/mat/tutorials/
H A Dex15.c11 PetscBool set_vweights = PETSC_FALSE, use_edge_weights = PETSC_FALSE; in main() local
25 PetscCall(PetscOptionsGetBool(NULL, NULL, "-test_vertex_weights", &set_vweights, NULL)); in main()
29 if (set_vweights) { in main()
74 if (set_vweights) PetscCall(MatPartitioningSetVertexWeights(part, vweights)); in main()