Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/impls/cg/pipelcg/
H A Dpipelcg.c27 PetscBool show_rstrt; /* flag to show restart information in output (default: not shown) */ member
96 …rmation on restarts when they occur? (default: 0)", "", plcg->show_rstrt, &plcg->show_rstrt, &flag… in KSPSetFromOptions_PIPELCG()
97 if (!flag) plcg->show_rstrt = PETSC_FALSE; in KSPSetFromOptions_PIPELCG()
213 …if (plcg->show_rstrt) PetscCall(PetscPrintf(comm, "Sqrt breakdown in iteration %" PetscInt_FMT ": … in KSPSolve_InnerLoop_PIPELCG()