Home
last modified time | relevance | path

Searched refs:MatILUFactor (Results 1 – 9 of 9) sorted by relevance

/petsc/src/mat/tests/
H A Dex30.c144 PetscCall(MatILUFactor(A, row, col, &info)); in main()
/petsc/src/ksp/pc/impls/factor/ilu/
H A Dilu.c110 PetscCall(MatILUFactor(pc->pmat, ilu->row, ilu->col, &((PC_Factor *)ilu)->info)); in PCSetUp_ILU()
/petsc/doc/manual/
H A Dadvanced.md146 MatILUFactor(Mat matrix,IS rowpermutation,IS columnpermutation,const MatFactorInfo *info);
H A Dprofiling.md88 include `MatILUFactor()`, and so on.
94 - `MatILUFactor` - Factor matrix
/petsc/doc/changes/
H A D2024.md130 - Changed the calling sequence of `MatILUFactor()` and
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscmat.pxi465 PetscErrorCode MatILUFactor(PetscMat, PetscIS, PetscIS, PetscMatFactorInfo*)
H A DMat.pyx4805 petsc.MatILUFactor
4810 CHKERR(MatILUFactor(self.mat, isrow.iset, iscol.iset, &info))
/petsc/include/
H A Dpetscmat.h1555 PETSC_EXTERN PetscErrorCode MatILUFactor(Mat, IS, IS, const MatFactorInfo *);
/petsc/src/mat/interface/
H A Dmatrix.c3180 PetscErrorCode MatILUFactor(Mat mat, IS row, IS col, const MatFactorInfo *info) in MatILUFactor() function