Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/factor/ilu/
H A Dilu.c201 static PetscErrorCode PCMatApply_ILU(PC pc, Mat X, Mat Y) in PCMatApply_ILU() function
303 pc->ops->matapply = PCMatApply_ILU; in PCCreate_ILU()