Home
last modified time | relevance | path

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

/petsc/src/mat/graphops/partition/impls/scotch/
H A Dscotch.c119 PetscErrorCode MatPartitioningPTScotchSetStrategy(MatPartitioning part, MPPTScotchStrategyType stra… in MatPartitioningPTScotchSetStrategy()
124 …(part, "MatPartitioningPTScotchSetStrategy_C", (MatPartitioning, MPPTScotchStrategyType), (part, s… in MatPartitioningPTScotchSetStrategy()
128 … MatPartitioningPTScotchSetStrategy_PTScotch(MatPartitioning part, MPPTScotchStrategyType strategy) in MatPartitioningPTScotchSetStrategy_PTScotch()
171 PetscErrorCode MatPartitioningPTScotchGetStrategy(MatPartitioning part, MPPTScotchStrategyType *str… in MatPartitioningPTScotchGetStrategy()
176 …(part, "MatPartitioningPTScotchGetStrategy_C", (MatPartitioning, MPPTScotchStrategyType *), (part,… in MatPartitioningPTScotchGetStrategy()
180 …MatPartitioningPTScotchGetStrategy_PTScotch(MatPartitioning part, MPPTScotchStrategyType *strategy) in MatPartitioningPTScotchGetStrategy_PTScotch()
248 MPPTScotchStrategyType strat; in MatPartitioningSetFromOptions_PTScotch()
/petsc/include/
H A Dpetscmat.h1876 } MPPTScotchStrategyType; typedef
1881 …_EXTERN PetscErrorCode MatPartitioningPTScotchSetStrategy(MatPartitioning, MPPTScotchStrategyType);
1882 …XTERN PetscErrorCode MatPartitioningPTScotchGetStrategy(MatPartitioning, MPPTScotchStrategyType *);