:orphan:
# DMShellSetGlobalVector
sets a template global vector associated with the `DMSHELL` 
## Synopsis
```
#include "petscdmshell.h"  
PetscErrorCode DMShellSetGlobalVector(DM dm, Vec X)
```
Logically Collective


## Input Parameters

- ***dm -*** `DMSHELL`
- ***X -*** template vector





## See Also
 `DM`, `DMSHELL`, `DMCreateGlobalVector()`, `DMShellSetMatrix()`, `DMShellSetCreateGlobalVector()`

## Level
advanced

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/dm/impls/shell/dmshell.c.html#DMShellSetGlobalVector">src/dm/impls/shell/dmshell.c</A>

## Examples
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/snes/tutorials/ex73f90t.F90.html">src/snes/tutorials/ex73f90t.F90</A><BR>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/dm/impls/shell/dmshell.c)


[Index of all DM routines](index.md)  
[Table of Contents for all manual pages](/manualpages/index.md)  
[Index of all manual pages](/manualpages/singleindex.md)  
