Searched refs:PCFactorGetMatrix_Factor (Results 1 – 3 of 3) sorted by relevance
21 PETSC_INTERN PetscErrorCode PCFactorGetMatrix_Factor(PC, Mat *);
702 pc->ops->getfactoredmatrix = PCFactorGetMatrix_Factor; in PCFactorInitialize()
163 PetscErrorCode PCFactorGetMatrix_Factor(PC pc, Mat *mat) in PCFactorGetMatrix_Factor() function