Lines Matching refs:strategy
23 PetscInt strategy; member
34 static int PTScotch_Strategy(PetscInt strategy) in PTScotch_Strategy() argument
36 switch (strategy) { in PTScotch_Strategy()
58 static PetscErrorCode PTScotch_PartGraph_Seq(SCOTCH_Num strategy, double imbalance, SCOTCH_Num n, S… in PTScotch_PartGraph_Seq() argument
67 SCOTCH_Num flagval = strategy; in PTScotch_PartGraph_Seq()
99 static PetscErrorCode PTScotch_PartGraph_MPI(SCOTCH_Num strategy, double imbalance, SCOTCH_Num vtxd… in PTScotch_PartGraph_MPI() argument
111 SCOTCH_Num flagval = strategy; in PTScotch_PartGraph_MPI()
169 …cViewerASCIIPrintf(viewer, "using partitioning strategy %s\n", PTScotchStrategyList[p->strategy])); in PetscPartitionerView_PTScotch_ASCII()
196 …ch_strategy", "Partitioning strategy", "", slist, nlist, slist[p->strategy], &p->strategy, &flag)); in PetscPartitionerSetFromOptions_PTScotch()
261 int strat = PTScotch_Strategy(pts->strategy); in PetscPartitionerPartition_PTScotch()
342 p->strategy = 0; in PetscPartitionerCreate_PTScotch()