Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/factor/ !
H A Dfactor.h24 PETSC_INTERN PetscErrorCode PCFactorGetZeroPivot_Factor(PC, PetscReal *);
H A Dfactor.c705 …etscObjectComposeFunction((PetscObject)pc, "PCFactorGetZeroPivot_C", PCFactorGetZeroPivot_Factor)); in PCFactorInitialize()
H A Dfactimpl.c95 PetscErrorCode PCFactorGetZeroPivot_Factor(PC pc, PetscReal *pivot) in PCFactorGetZeroPivot_Factor() function