Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/asm/
H A Dasm.c356 IS isll, isll_local; in PCSetUp_ASM() local
375 PetscCall(ISCreateGeneral(PETSC_COMM_SELF, m_local, idx2, PETSC_OWN_POINTER, &isll_local)); in PCSetUp_ASM()
378 PetscCall(VecScatterCreate(osm->y[i], isll, osm->ly, isll_local, &osm->lprolongation[i])); in PCSetUp_ASM()
381 PetscCall(ISDestroy(&isll_local)); in PCSetUp_ASM()