Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/factor/
H A Dfactor.h27 PETSC_INTERN PetscErrorCode PCFactorSetShiftAmount_Factor(PC, PetscReal);
H A Dfactor.c708 …ObjectComposeFunction((PetscObject)pc, "PCFactorSetShiftAmount_C", PCFactorSetShiftAmount_Factor)); in PCFactorInitialize()
H A Dfactimpl.c37 PetscErrorCode PCFactorSetShiftAmount_Factor(PC pc, PetscReal shiftamount) in PCFactorSetShiftAmount_Factor() function