:orphan: # 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()` - ***dtol -*** drop tolerance ## Options Database Key - ***-mat_superlu_ilu_droptol -*** the drop tolerance ## References - **** -*** SuperLU Users' Guide ## See Also [](ch_matrices), `Mat`, `MatGetFactor()`, `MATSOLVERSUPERLU` ## Level beginner ## Location src/mat/impls/aij/seq/superlu/superlu.c ## Examples src/ksp/ksp/tutorials/ex52.c
## Implementations MatSuperluSetILUDropTol_SuperLU in src/mat/impls/aij/seq/superlu/superlu.c
--- [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](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)