Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/factor/
H A Dfactor.h17 PetscBool reusefill; /* reuse fill from previous LU */ member
H A Dfactor.c63 lu->reusefill = flag; in PCFactorSetReuseFill_Factor()
H A Dfactimpl.c274 …if (factor->reusefill) PetscCall(PetscViewerASCIIPrintf(viewer, " Reusing fill from past factoriz… in PCView_Factor()
/petsc/src/ksp/pc/impls/factor/qr/
H A Dqr.c19 if (dir->hdr.reusefill && pc->setupcalled) ((PC_Factor *)dir)->info.fill = dir->hdr.actualfill; in PCSetUp_QR()
/petsc/src/ksp/pc/impls/factor/lu/
H A Dlu.c49 if (dir->hdr.reusefill && pc->setupcalled) ((PC_Factor *)dir)->info.fill = dir->hdr.actualfill; in PCSetUp_LU()
/petsc/src/ksp/pc/impls/factor/cholesky/
H A Dcholesky.c32 if (dir->hdr.reusefill && pc->setupcalled) ((PC_Factor *)dir)->info.fill = dir->hdr.actualfill; in PCSetUp_Cholesky()