Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/factor/
H A Dfactor.h33 PETSC_INTERN PetscErrorCode PCFactorSetLevels_Factor(PC, PetscInt);
H A Dfactor.c715 …Call(PetscObjectComposeFunction((PetscObject)pc, "PCFactorSetLevels_C", PCFactorSetLevels_Factor)); in PCFactorInitialize()
H A Dfactimpl.c122 PetscErrorCode PCFactorSetLevels_Factor(PC pc, PetscInt levels) in PCFactorSetLevels_Factor() function