# VecTaggerAbsoluteSetBox
Set the box defining the values to be tagged by the tagger. 
## Synopsis
```
#include "petscvec.h" 
PetscErrorCode VecTaggerAbsoluteSetBox(VecTagger tagger, VecTaggerBox *box)
```
Logically Collective


## Input Parameters

- ***tagger -*** the VecTagger context
- ***box -*** the box: a blocksize array of VecTaggerBox boxes





## See Also
 `VecTaggerAbsoluteGetBox()`

## Level
advanced

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

## Examples
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/vec/vec/utils/tagger/tutorials/ex1.c.html">src/vec/vec/utils/tagger/tutorials/ex1.c.html</A><BR>
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ts/tutorials/ex11.c.html">src/ts/tutorials/ex11.c.html</A><BR>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/vec/vec/utils/tagger/impls/absolute.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)  
