Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/factor/
H A Dfactor.h23 PETSC_INTERN PetscErrorCode PCFactorSetZeroPivot_Factor(PC, PetscReal);
H A Dfactor.c704 …etscObjectComposeFunction((PetscObject)pc, "PCFactorSetZeroPivot_C", PCFactorSetZeroPivot_Factor)); in PCFactorInitialize()
H A Dfactimpl.c15 PetscErrorCode PCFactorSetZeroPivot_Factor(PC pc, PetscReal z) in PCFactorSetZeroPivot_Factor() function