Searched refs:reusefill (Results 1 – 6 of 6) sorted by relevance
17 PetscBool reusefill; /* reuse fill from previous LU */ member
63 lu->reusefill = flag; in PCFactorSetReuseFill_Factor()
274 …if (factor->reusefill) PetscCall(PetscViewerASCIIPrintf(viewer, " Reusing fill from past factoriz… in PCView_Factor()
19 if (dir->hdr.reusefill && pc->setupcalled) ((PC_Factor *)dir)->info.fill = dir->hdr.actualfill; in PCSetUp_QR()
49 if (dir->hdr.reusefill && pc->setupcalled) ((PC_Factor *)dir)->info.fill = dir->hdr.actualfill; in PCSetUp_LU()
32 if (dir->hdr.reusefill && pc->setupcalled) ((PC_Factor *)dir)->info.fill = dir->hdr.actualfill; in PCSetUp_Cholesky()