Home
last modified time | relevance | path

Searched defs:_p_MatPartitioning (Results 1 – 1 of 1) sorted by relevance

/petsc/include/petsc/private/
H A Dmatimpl.h546 struct _p_MatPartitioning { struct
548 Mat adj;
549 PetscInt *vertex_weights;
550 PetscReal *part_weights;
551 PetscInt n; /* number of partitions */
552 PetscInt ncon; /* number of vertex weights per vertex */
553 void *data;
554 PetscBool use_edge_weights; /* A flag indicates whether or not to use edge weights */