Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/asm/
H A Dasm.c357 const PetscInt *idx_local; in PCSetUp_ASM() local
361 PetscCall(ISGetIndices(osm->is_local[i], &idx_local)); in PCSetUp_ASM()
365 … PetscCall(ISGlobalToLocalMappingApply(ltog, IS_GTOLM_DROP, m_local, idx_local, &nout, idx1)); in PCSetUp_ASM()
372 … PetscCall(ISGlobalToLocalMappingApply(ltog, IS_GTOLM_DROP, m_local, idx_local, &nout, idx2)); in PCSetUp_ASM()
377 PetscCall(ISRestoreIndices(osm->is_local[i], &idx_local)); in PCSetUp_ASM()