Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/factor/
H A Dfactor.h32 PETSC_INTERN PetscErrorCode PCFactorGetLevels_Factor(PC, PetscInt *);
H A Dfactor.c716 …Call(PetscObjectComposeFunction((PetscObject)pc, "PCFactorGetLevels_C", PCFactorGetLevels_Factor)); in PCFactorInitialize()
H A Dfactimpl.c86 PetscErrorCode PCFactorGetLevels_Factor(PC pc, PetscInt *levels) in PCFactorGetLevels_Factor() function