Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/gamg/
H A Dgamg.c271 IS proc_is; in PCGAMGCreateLevel_GAMG() local
280 PetscCall(MatPartitioningApply(mpart, &proc_is)); in PCGAMGCreateLevel_GAMG()
285 PetscCall(ISGetIndices(proc_is, &is_idx)); in PCGAMGCreateLevel_GAMG()
289 PetscCall(ISRestoreIndices(proc_is, &is_idx)); in PCGAMGCreateLevel_GAMG()
290 PetscCall(ISDestroy(&proc_is)); in PCGAMGCreateLevel_GAMG()