Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/gamg/
H A Dgamg.c157 IS is_eq_newproc, is_eq_num, new_eq_indices; in PCGAMGCreateLevel_GAMG() local
294 PetscCall(ISCreateGeneral(comm, ncrs_eq, newproc_idx, PETSC_OWN_POINTER, &is_eq_newproc)); in PCGAMGCreateLevel_GAMG()
298 PetscCall(ISPartitioningToNumbering(is_eq_newproc, &is_eq_num)); in PCGAMGCreateLevel_GAMG()
303 PetscCall(ISPartitioningCount(is_eq_newproc, size, counts)); in PCGAMGCreateLevel_GAMG()
305 PetscCall(ISDestroy(&is_eq_newproc)); in PCGAMGCreateLevel_GAMG()