Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/factor/
H A Dfactor.h21 PETSC_INTERN PetscErrorCode PCFactorGetMatrix_Factor(PC, Mat *);
H A Dfactor.c702 pc->ops->getfactoredmatrix = PCFactorGetMatrix_Factor; in PCFactorInitialize()
H A Dfactimpl.c163 PetscErrorCode PCFactorGetMatrix_Factor(PC pc, Mat *mat) in PCFactorGetMatrix_Factor() function