Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/factor/cholesky/
H A Dcholesky.c176 static PetscErrorCode PCApply_Cholesky(PC pc, Vec x, Vec y) in PCApply_Cholesky() function
324 pc->ops->apply = PCApply_Cholesky; in PCCreate_Cholesky()