Home
last modified time | relevance | path

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

/petsc/src/dm/partitioner/impls/ptscotch/
H A Dpartptscotch.c151 static const char *const PTScotchStrategyList[] = {"DEFAULT", "QUALITY", "SPEED", "BALANCE", "SAFET… variable
169 …PetscCall(PetscViewerASCIIPrintf(viewer, "using partitioning strategy %s\n", PTScotchStrategyList[… in PetscPartitionerView_PTScotch_ASCII()
190 const char *const *slist = PTScotchStrategyList; in PetscPartitionerSetFromOptions_PTScotch()
191 PetscInt nlist = PETSC_STATIC_ARRAY_LENGTH(PTScotchStrategyList); in PetscPartitionerSetFromOptions_PTScotch()