petsc-3.4.5 2014-06-29

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

flg -PETSC_TRUE if local vector is local form

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