Home
last modified time | relevance | path

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

/petsc/src/vec/vec/impls/mpi/
H A Dpbvec.c433 IS ghostis; in VecGetLocalToGlobalMapping_MPI_VecGhost() local
439 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()