petsc-3.14.6 2021-03-30
VecGhostIsLocalForm
Checks if a given vector is the local form of a global vector
Synopsis
#include "petscvec.h"
PetscErrorCode VecGhostIsLocalForm(Vec g,Vec l,PetscBool *flg)
Not Collective
Input Parameter
| g | - the global vector
|
| l | - the local vector
|
Output Parameter
See Also
VecCreateGhost(), VecGhostRestoreLocalForm(), VecCreateGhostWithArray(), VecGhostGetLocalForm()
Level
advanced
Location
src/vec/vec/impls/mpi/commonmpvec.c
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages