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#

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

Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages