Searched defs:_p_PetscPartitioner (Results 1 – 1 of 1) sorted by relevance
20 struct _p_PetscPartitioner { struct22 void *data; /* Implementation object */23 PetscInt height; /* Height of points to partition into non-overlapping subsets */24 PetscInt edgeCut; /* The number of edge cut by the partition */25 PetscReal balance; /* The maximum partition size divided by the minimum size */27 PetscBool printHeader;28 PetscViewer viewer, viewerGraph;29 PetscViewerFormat viewerFmt;31 …if true, the partitioner does not need the connectivity graph, only the number of local vertices */32 …true, the partitioner looks at the local section vertSection to weight the vertices of the graph */[all …]