Home
last modified time | relevance | path

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

/petsc/src/vec/vec/impls/mpi/
H A Dpbvec.c434 const PetscInt *ghostidx; in VecGetLocalToGlobalMapping_MPI_VecGhost() local
443 PetscCall(ISGetIndices(ghostis, &ghostidx)); in VecGetLocalToGlobalMapping_MPI_VecGhost()
448 PetscCall(PetscArraycpy(indices + n, ghostidx, nghost)); in VecGetLocalToGlobalMapping_MPI_VecGhost()
449 PetscCall(ISRestoreIndices(ghostis, &ghostidx)); in VecGetLocalToGlobalMapping_MPI_VecGhost()