Searched refs:strat (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/mat/graphops/partition/impls/scotch/ |
| H A D | scotch.c | 248 MPPTScotchStrategyType strat; in MatPartitioningSetFromOptions_PTScotch() local 251 PetscCall(MatPartitioningPTScotchGetStrategy(part, &strat)); in MatPartitioningSetFromOptions_PTScotch() 253 …oningPTScotchSetStrategy", MPPTScotchStrategyTypes, (PetscEnum)strat, (PetscEnum *)&strat, &flag)); in MatPartitioningSetFromOptions_PTScotch() 254 if (flag) PetscCall(MatPartitioningPTScotchSetStrategy(part, strat)); in MatPartitioningSetFromOptions_PTScotch()
|
| /petsc/src/dm/partitioner/impls/ptscotch/ |
| H A D | partptscotch.c | 261 int strat = PTScotch_Strategy(pts->strategy); in PetscPartitionerPartition_PTScotch() local 266 …if (rank == p) PetscCall(PTScotch_PartGraph_Seq(strat, imbal, nvtxs, xadj, adjncy, vwgt, adjwgt, n… in PetscPartitionerPartition_PTScotch() 281 …if (nvtxs) PetscCall(PTScotch_PartGraph_MPI(strat, imbal, vtxdist, xadj, adjncy, vwgt, adjwgt, npa… in PetscPartitionerPartition_PTScotch()
|
| /petsc/src/dm/impls/forest/ |
| H A D | forest.c | 130 DMForestAdaptivityStrategy strat; in DMForestTemplate() local 152 PetscCall(DMForestGetAdaptivityStrategy(dm, &strat)); in DMForestTemplate() 153 PetscCall(DMForestSetAdaptivityStrategy(*tedm, strat)); in DMForestTemplate()
|