Searched refs:ghostis (Results 1 – 1 of 1) sorted by relevance
433 IS ghostis; in VecGetLocalToGlobalMapping_MPI_VecGhost() local439 PetscCall(VecGhostGetGhostIS(X, &ghostis)); in VecGetLocalToGlobalMapping_MPI_VecGhost()440 if (!ghostis) PetscFunctionReturn(PETSC_SUCCESS); in VecGetLocalToGlobalMapping_MPI_VecGhost()441 PetscCall(ISGetLocalSize(ghostis, &nghost)); in VecGetLocalToGlobalMapping_MPI_VecGhost()443 PetscCall(ISGetIndices(ghostis, &ghostidx)); in VecGetLocalToGlobalMapping_MPI_VecGhost()449 PetscCall(ISRestoreIndices(ghostis, &ghostidx)); in VecGetLocalToGlobalMapping_MPI_VecGhost()