Lines Matching refs:ISLocalToGlobalMappingGetIndices
458 PetscCall(ISLocalToGlobalMappingGetIndices(*l2g, &garray)); in MatMPIXAIJComputeLocalToGlobalMapping_Private()
924 PetscCall(ISLocalToGlobalMappingGetIndices(cl2g, &idxs1)); in MatConvert_Nest_IS()
925 PetscCall(ISLocalToGlobalMappingGetIndices(rl2g, &idxs2)); in MatConvert_Nest_IS()
958 PetscCall(ISLocalToGlobalMappingGetIndices(cl2g, &idxs1)); in MatConvert_Nest_IS()
959 PetscCall(ISLocalToGlobalMappingGetIndices(rl2g, &idxs2)); in MatConvert_Nest_IS()
1538 PetscCall(ISLocalToGlobalMappingGetIndices(matis->rmapping, &gidxs)); in MatISSetUpSF_IS()
1546 PetscCall(ISLocalToGlobalMappingGetIndices(matis->cmapping, &gidxs)); in MatISSetUpSF_IS()
2239 PetscCall(ISLocalToGlobalMappingGetIndices(mapping, &indices)); in ISLocalToGlobalMappingView_Multi()
2995 PetscCall(ISLocalToGlobalMappingGetIndices(is->rmapping, &ridxs)); in MatAssemblyEnd_IS()
2996 PetscCall(ISLocalToGlobalMappingGetIndices(is->cmapping, &cidxs)); in MatAssemblyEnd_IS()
3255 PetscCall(ISLocalToGlobalMappingGetIndices(A->rmap->mapping, &rg)); in MatGetLocalSubMatrix_IS()
3279 PetscCall(ISLocalToGlobalMappingGetIndices(A->cmap->mapping, &cg)); in MatGetLocalSubMatrix_IS()