PETSc version 3.15.5
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