# VecTaggerAndSetSubs
Set the sub VecTaggers whose intersection defines the outer VecTagger 
## Synopsis
```
#include "petscvec.h" 
PetscErrorCode VecTaggerAndSetSubs(VecTagger tagger, PetscInt nsubs, VecTagger *subs, PetscCopyMode mode)
```
Logically collective


## Input Parameters

- ***tagger -*** the VecTagger context
- ***nsubs -*** the number of sub VecTaggers
- ***subs -*** the sub VecTaggers





## See Also
 `VecTaggerAndSetSubs()`

## Level
advanced

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/vec/vec/utils/tagger/impls/and.c.html#VecTaggerAndSetSubs">src/vec/vec/utils/tagger/impls/and.c</A>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/vec/vec/utils/tagger/impls/and.c)


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