petsc-3.3-p7 2013-05-11

DMShellSetGlobalVector

sets a template global vector associated with the DMShell

Synopsis

#include "petscdmshell.h"  
#include "petscmat.h"      
#include "petscdm.h"       
PetscErrorCode DMShellSetGlobalVector(DM dm,Vec X)
Logically Collective on DM

Input Arguments

dm - shell DM
X - template vector

See Also

DMCreateGlobalVector(), DMShellSetMatrix(), DMShellSetCreateGlobalVector()

Level:advanced
Location:
src/dm/impls/shelldmshell.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages