Lines Matching refs:stradat
358 SCOTCH_Strat stradat; in MatPartitioningApply_PTScotch_Private() local
366 PetscCallExternal(SCOTCH_stratInit, &stradat); in MatPartitioningApply_PTScotch_Private()
367 …PetscCallExternal(SCOTCH_stratDgraphMapBuild, &stradat, scotch->strategy, nparts, nparts, scotch->… in MatPartitioningApply_PTScotch_Private()
375 PetscCallExternal(SCOTCH_dgraphMapCompute, &grafdat, &mappdat, &stradat); in MatPartitioningApply_PTScotch_Private()
379 SCOTCH_stratExit(&stradat); in MatPartitioningApply_PTScotch_Private()
384 SCOTCH_Strat stradat; in MatPartitioningApply_PTScotch_Private() local
389 PetscCallExternal(SCOTCH_stratInit, &stradat); in MatPartitioningApply_PTScotch_Private()
390 …PetscCallExternal(SCOTCH_stratGraphMapBuild, &stradat, scotch->strategy, nparts, scotch->imbalance… in MatPartitioningApply_PTScotch_Private()
395 PetscCallExternal(SCOTCH_graphMap, &grafdat, &archdat, &stradat, locals); in MatPartitioningApply_PTScotch_Private()
398 PetscCallExternal(SCOTCH_graphPart, &grafdat, nparts, &stradat, locals); in MatPartitioningApply_PTScotch_Private()
400 SCOTCH_stratExit(&stradat); in MatPartitioningApply_PTScotch_Private()