Lines Matching refs:PetscCallExternal
360 PetscCallExternal(SCOTCH_dgraphInit, &grafdat, comm); in MatPartitioningApply_PTScotch_Private()
361 …PetscCallExternal(SCOTCH_dgraphBuild, &grafdat, 0, vertlocnbr, vertlocnbr, adj->i, adj->i + 1, vel… in MatPartitioningApply_PTScotch_Private()
363 if (PetscDefined(USE_DEBUG)) PetscCallExternal(SCOTCH_dgraphCheck, &grafdat); in MatPartitioningApply_PTScotch_Private()
365 PetscCallExternal(SCOTCH_archInit, &archdat); in MatPartitioningApply_PTScotch_Private()
366 PetscCallExternal(SCOTCH_stratInit, &stradat); in MatPartitioningApply_PTScotch_Private()
367 …PetscCallExternal(SCOTCH_stratDgraphMapBuild, &stradat, scotch->strategy, nparts, nparts, scotch->… in MatPartitioningApply_PTScotch_Private()
370 PetscCallExternal(SCOTCH_archCmpltw, &archdat, nparts, velotab); in MatPartitioningApply_PTScotch_Private()
372 PetscCallExternal(SCOTCH_archCmplt, &archdat, nparts); in MatPartitioningApply_PTScotch_Private()
374 PetscCallExternal(SCOTCH_dgraphMapInit, &grafdat, &mappdat, &archdat, locals); in MatPartitioningApply_PTScotch_Private()
375 PetscCallExternal(SCOTCH_dgraphMapCompute, &grafdat, &mappdat, &stradat); in MatPartitioningApply_PTScotch_Private()
386 PetscCallExternal(SCOTCH_graphInit, &grafdat); in MatPartitioningApply_PTScotch_Private()
387 …PetscCallExternal(SCOTCH_graphBuild, &grafdat, 0, vertlocnbr, adj->i, adj->i + 1, veloloctab, NULL… in MatPartitioningApply_PTScotch_Private()
388 if (PetscDefined(USE_DEBUG)) PetscCallExternal(SCOTCH_graphCheck, &grafdat); in MatPartitioningApply_PTScotch_Private()
389 PetscCallExternal(SCOTCH_stratInit, &stradat); in MatPartitioningApply_PTScotch_Private()
390 …PetscCallExternal(SCOTCH_stratGraphMapBuild, &stradat, scotch->strategy, nparts, scotch->imbalance… in MatPartitioningApply_PTScotch_Private()
393 PetscCallExternal(SCOTCH_archInit, &archdat); in MatPartitioningApply_PTScotch_Private()
394 PetscCallExternal(SCOTCH_archCmpltw, &archdat, nparts, velotab); 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()