Home
last modified time | relevance | path

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

/petsc/src/vec/vec/impls/mpi/
H A Dpbvec.c430 static PetscErrorCode VecGetLocalToGlobalMapping_MPI_VecGhost(Vec X, ISLocalToGlobalMapping *ltg) in VecGetLocalToGlobalMapping_MPI_VecGhost() function
501 PetscDesignatedInitializer(getlocaltoglobalmapping, VecGetLocalToGlobalMapping_MPI_VecGhost),
785 (*vv)->ops->getlocaltoglobalmapping = VecGetLocalToGlobalMapping_MPI_VecGhost; in VecCreateGhostWithArray()
913 vv->ops->getlocaltoglobalmapping = VecGetLocalToGlobalMapping_MPI_VecGhost; in VecMPISetGhost()