# MatSuperluSetILUDropTol
Set SuperLU ILU drop tolerance 
## Synopsis
```
#include "petscmat.h" 
PetscErrorCode MatSuperluSetILUDropTol(Mat F, PetscReal dtol)
```
Logically Collective


## Input Parameters

- ***F -*** the factored matrix obtained by calling `MatGetFactor()` from PETSc-SuperLU interface
- ***dtol -*** drop tolerance



## Options Database Key

- ***-mat_superlu_ilu_droptol <dtol> -*** the drop tolerance





## References

- **** -*** SuperLU Users' Guide



## See Also
 `MatGetFactor()`

## Level
beginner

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/mat/impls/aij/seq/superlu/superlu.c.html#MatSuperluSetILUDropTol">src/mat/impls/aij/seq/superlu/superlu.c</A>

## Examples
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/ksp/ksp/tutorials/ex52.c.html">src/ksp/ksp/tutorials/ex52.c.html</A><BR>

## Implementations

<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/mat/impls/aij/seq/superlu/superlu.c.html#MatSuperluSetILUDropTol_SuperLU">MatSuperluSetILUDropTol_SuperLU in src/mat/impls/aij/seq/superlu/superlu.c</A><BR>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/mat/impls/aij/seq/superlu/superlu.c)


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