Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/factor/
H A Dfactor.h28 PETSC_INTERN PetscErrorCode PCFactorGetShiftAmount_Factor(PC, PetscReal *);
H A Dfactor.c709 …ObjectComposeFunction((PetscObject)pc, "PCFactorGetShiftAmount_C", PCFactorGetShiftAmount_Factor)); in PCFactorInitialize()
H A Dfactimpl.c104 PetscErrorCode PCFactorGetShiftAmount_Factor(PC pc, PetscReal *shift) in PCFactorGetShiftAmount_Factor() function