Lines Matching refs:ISLocalToGlobalMappingRestoreIndices
460 PetscCall(ISLocalToGlobalMappingRestoreIndices(*l2g, &garray)); in MatMPIXAIJComputeLocalToGlobalMapping_Private()
927 PetscCall(ISLocalToGlobalMappingRestoreIndices(cl2g, &idxs1)); in MatConvert_Nest_IS()
928 PetscCall(ISLocalToGlobalMappingRestoreIndices(rl2g, &idxs2)); in MatConvert_Nest_IS()
961 PetscCall(ISLocalToGlobalMappingRestoreIndices(cl2g, &idxs1)); in MatConvert_Nest_IS()
962 PetscCall(ISLocalToGlobalMappingRestoreIndices(rl2g, &idxs2)); in MatConvert_Nest_IS()
1541 PetscCall(ISLocalToGlobalMappingRestoreIndices(matis->rmapping, &gidxs)); in MatISSetUpSF_IS()
1548 PetscCall(ISLocalToGlobalMappingRestoreIndices(matis->cmapping, &gidxs)); in MatISSetUpSF_IS()
2241 PetscCall(ISLocalToGlobalMappingRestoreIndices(mapping, &indices)); in ISLocalToGlobalMappingView_Multi()
3011 PetscCall(ISLocalToGlobalMappingRestoreIndices(is->rmapping, &ridxs)); in MatAssemblyEnd_IS()
3012 PetscCall(ISLocalToGlobalMappingRestoreIndices(is->cmapping, &cidxs)); in MatAssemblyEnd_IS()
3268 PetscCall(ISLocalToGlobalMappingRestoreIndices(A->rmap->mapping, &rg)); in MatGetLocalSubMatrix_IS()
3292 PetscCall(ISLocalToGlobalMappingRestoreIndices(A->cmap->mapping, &cg)); in MatGetLocalSubMatrix_IS()