Searched refs:ghostidx (Results 1 – 1 of 1) sorted by relevance
434 const PetscInt *ghostidx; in VecGetLocalToGlobalMapping_MPI_VecGhost() local443 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()