:orphan:
# PetscLimiterRegisterAll
Registers all of the PetscLimiter components in the PetscFV package. 
## Synopsis
```
#include "petscdm.h"  
#include "petscdmplex.h"  
#include "petscfe.h"  
#include "petscfv.h"  
PetscErrorCode PetscLimiterRegisterAll(void)
```
Not Collective


## Input parameter

- ***path -*** The dynamic library path





## See Also
 `PetscLimiterRegister()`, `PetscLimiterRegisterDestroy()`

## Level
advanced

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/dm/interface/dmregall.c.html#PetscLimiterRegisterAll">src/dm/interface/dmregall.c</A>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/dm/interface/dmregall.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)  
