Searched refs:scotch (Results 1 – 3 of 3) sorted by relevance
47 MatPartitioning_PTScotch *scotch = (MatPartitioning_PTScotch *)part->data; in MatPartitioningPTScotchSetImbalance_PTScotch() local50 if (imb == PETSC_DEFAULT) scotch->imbalance = 0.01; in MatPartitioningPTScotchSetImbalance_PTScotch()53 scotch->imbalance = (double)imb; in MatPartitioningPTScotchSetImbalance_PTScotch()85 MatPartitioning_PTScotch *scotch = (MatPartitioning_PTScotch *)part->data; in MatPartitioningPTScotchGetImbalance_PTScotch() local88 *imb = scotch->imbalance; in MatPartitioningPTScotchGetImbalance_PTScotch()130 MatPartitioning_PTScotch *scotch = (MatPartitioning_PTScotch *)part->data; in MatPartitioningPTScotchSetStrategy_PTScotch() local135 scotch->strategy = SCOTCH_STRATQUALITY; in MatPartitioningPTScotchSetStrategy_PTScotch()138 scotch->strategy = SCOTCH_STRATSPEED; in MatPartitioningPTScotchSetStrategy_PTScotch()141 scotch->strategy = SCOTCH_STRATBALANCE; in MatPartitioningPTScotchSetStrategy_PTScotch()144 scotch->strategy = SCOTCH_STRATSAFETY; in MatPartitioningPTScotchSetStrategy_PTScotch()[all …]
30 - [PTScotch](http://www.labri.fr/perso/pelegrin/scotch/) A graph partitioning package.
85 <http://www.labri.fr/Perso/~pelegrin/scotch/>