Home
last modified time | relevance | path

Searched refs:PCFactorSetReuseFill (Results 1 – 6 of 6) sorted by relevance

/petsc/src/ksp/pc/impls/factor/
H A Dfactor.c682 PetscErrorCode PCFactorSetReuseFill(PC pc, PetscBool flag) in PCFactorSetReuseFill() function
H A Dfactimpl.c240 if (set) PetscCall(PCFactorSetReuseFill(pc, flg)); in PCSetFromOptions_Factor()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscpc.pxi226 PetscErrorCode PCFactorSetReuseFill(PetscPC, PetscBool)
/petsc/include/
H A Dpetscpc.h222 PETSC_EXTERN PetscErrorCode PCFactorSetReuseFill(PC, PetscBool);
/petsc/src/ksp/ksp/tutorials/output/
H A Dex2_help.out280 …euse_fill: <now FALSE : formerly FALSE> Use fill from previous factorization (PCFactorSetReuseFill)
/petsc/doc/manual/
H A Dksp.md791 PCFactorSetReuseFill(PC pc,PetscBool flag);