:orphan:
# VecTaggerCDFSetMethod
Set the method used to compute absolute boxes from CDF boxes 
## Synopsis
```
#include "petscvec.h" 
PetscErrorCode VecTaggerCDFSetMethod(VecTagger tagger, VecTaggerCDFMethod method)
```
Logically Collective


## Input Parameters

- ***tagger -*** the `VecTagger` context
- ***method -*** the method





## See Also
 `Vec`, `VecTagger`, `VecTaggerCDFMethod`

## Level
advanced

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


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


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