Lines Matching refs:PetscViewerASCIIPrintf
269 PetscCall(PetscViewerASCIIPrintf(viewer, " in-place factorization\n")); in PCView_Factor()
271 PetscCall(PetscViewerASCIIPrintf(viewer, " out-of-place factorization\n")); in PCView_Factor()
274 …if (factor->reusefill) PetscCall(PetscViewerASCIIPrintf(viewer, " Reusing fill from past factoriz… in PCView_Factor()
275 …if (factor->reuseordering) PetscCall(PetscViewerASCIIPrintf(viewer, " Reusing reordering from pas… in PCView_Factor()
278 PetscCall(PetscViewerASCIIPrintf(viewer, " drop tolerance %g\n", (double)factor->info.dt)); in PCView_Factor()
279 …PetscCall(PetscViewerASCIIPrintf(viewer, " max nonzeros per row %" PetscInt_FMT "\n", (PetscInt)f… in PCView_Factor()
280 …PetscCall(PetscViewerASCIIPrintf(viewer, " column permutation tolerance %g\n", (double)factor->in… in PCView_Factor()
282 …PetscCall(PetscViewerASCIIPrintf(viewer, " %" PetscInt_FMT " level of fill\n", (PetscInt)factor->… in PCView_Factor()
284 …PetscCall(PetscViewerASCIIPrintf(viewer, " %" PetscInt_FMT " levels of fill\n", (PetscInt)factor-… in PCView_Factor()
288 …PetscCall(PetscViewerASCIIPrintf(viewer, " tolerance for zero pivot %g\n", (double)factor->info.z… in PCView_Factor()
290 …PetscCall(PetscViewerASCIIPrintf(viewer, " using %s [%s]\n", MatFactorShiftTypesDetail[(int)facto… in PCView_Factor()
297 PetscCall(PetscViewerASCIIPrintf(viewer, " matrix ordering: %s\n", ordering)); in PCView_Factor()
299 … PetscCall(PetscViewerASCIIPrintf(viewer, " matrix solver type: %s\n", factor->fact->solvertype)); in PCView_Factor()
300 …PetscCall(PetscViewerASCIIPrintf(viewer, " matrix not yet factored; no additional information ava… in PCView_Factor()
303 …PetscCall(PetscViewerASCIIPrintf(viewer, " factor fill ratio given %g, needed %g\n", info.fill_ra… in PCView_Factor()
304 PetscCall(PetscViewerASCIIPrintf(viewer, " Factored matrix:\n")); in PCView_Factor()