Home
last modified time | relevance | path

Searched refs:MatSuperluSetILUDropTol (Results 1 – 3 of 3) sorted by relevance

/petsc/src/ksp/ksp/tutorials/
H A Dex52.c267 if (size == 1) PetscCall(MatSuperluSetILUDropTol(F, 1.e-8)); in main()
/petsc/src/mat/impls/aij/seq/superlu/
H A Dsuperlu.c486 PetscErrorCode MatSuperluSetILUDropTol(Mat F, PetscReal dtol) in MatSuperluSetILUDropTol() function
/petsc/include/
H A Dpetscmat.h2393 PETSC_EXTERN PetscErrorCode MatSuperluSetILUDropTol(Mat, PetscReal);