Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/factor/lu/
H A Dlu.c183 static PetscErrorCode PCMatApply_LU(PC pc, Mat X, Mat Y) in PCMatApply_LU() function
279 pc->ops->matapply = PCMatApply_LU; in PCCreate_LU()