# PetscLimiterCreate
Creates an empty `PetscLimiter` object. The type can then be set with `PetscLimiterSetType()`. 
## Synopsis
```
#include "petscfv.h" 
PetscErrorCode PetscLimiterCreate(MPI_Comm comm, PetscLimiter *lim)
```
Collective


## Input Parameter

- ***comm -*** The communicator for the `PetscLimiter` object



## Output Parameter

- ***lim -*** The `PetscLimiter` object





## See Also
 `PetscLimiter`, PetscLimiterType`, `PetscLimiterSetType()`, `PETSCLIMITERSIN`

## Level
beginner

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/dm/dt/fv/interface/fv.c.html#PetscLimiterCreate">src/dm/dt/fv/interface/fv.c</A>

## Examples
<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/dm/dt/fv/interface/fv.c)


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