Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/asm/
H A Dasm.c334 PetscInt *idx_lis, nout; in PCSetUp_ASM() local
344 PetscCall(PetscMalloc1(m, &idx_lis)); in PCSetUp_ASM()
345 PetscCall(ISGlobalToLocalMappingApply(ltog, IS_GTOLM_DROP, m, idx_is, &nout, idx_lis)); in PCSetUp_ASM()
348 PetscCall(ISCreateGeneral(PETSC_COMM_SELF, m, idx_lis, PETSC_OWN_POINTER, &isll)); in PCSetUp_ASM()