Lines Matching refs:ltog
331 ISLocalToGlobalMapping ltog; in PCSetUp_ASM() local
341 PetscCall(ISLocalToGlobalMappingCreateIS(osm->lis, <og)); in PCSetUp_ASM()
345 PetscCall(ISGlobalToLocalMappingApply(ltog, IS_GTOLM_DROP, m, idx_is, &nout, idx_lis)); in PCSetUp_ASM()
349 PetscCall(ISLocalToGlobalMappingDestroy(<og)); in PCSetUp_ASM()
355 ISLocalToGlobalMapping ltog; in PCSetUp_ASM() local
363 PetscCall(ISLocalToGlobalMappingCreateIS(osm->is[i], <og)); in PCSetUp_ASM()
365 … PetscCall(ISGlobalToLocalMappingApply(ltog, IS_GTOLM_DROP, m_local, idx_local, &nout, idx1)); in PCSetUp_ASM()
366 PetscCall(ISLocalToGlobalMappingDestroy(<og)); in PCSetUp_ASM()
370 PetscCall(ISLocalToGlobalMappingCreateIS(osm->lis, <og)); in PCSetUp_ASM()
372 … PetscCall(ISGlobalToLocalMappingApply(ltog, IS_GTOLM_DROP, m_local, idx_local, &nout, idx2)); in PCSetUp_ASM()
373 PetscCall(ISLocalToGlobalMappingDestroy(<og)); in PCSetUp_ASM()