Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/factor/
H A Dfactor.h26 PETSC_INTERN PetscErrorCode PCFactorGetShiftType_Factor(PC, MatFactorShiftType *);
H A Dfactor.c707 …etscObjectComposeFunction((PetscObject)pc, "PCFactorGetShiftType_C", PCFactorGetShiftType_Factor)); in PCFactorInitialize()
H A Dfactimpl.c113 PetscErrorCode PCFactorGetShiftType_Factor(PC pc, MatFactorShiftType *type) in PCFactorGetShiftType_Factor() function