Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/factor/ilu/
H A Dilu.c192 static PetscErrorCode PCApply_ILU(PC pc, Vec x, Vec y) in PCApply_ILU() function
302 pc->ops->apply = PCApply_ILU; in PCCreate_ILU()