Lines Matching refs:PetscViewerASCIIPrintf

309   PetscCall(PetscViewerASCIIPrintf(viewer, "CHOLMOD run parameters:\n"));  in MatView_Info_CHOLMOD()
311 …PetscCall(PetscViewerASCIIPrintf(viewer, "Pack factors after symbolic factorization: %s\n", chol->… in MatView_Info_CHOLMOD()
312 …PetscCall(PetscViewerASCIIPrintf(viewer, "Common.dbound %g (Smallest absolute value of… in MatView_Info_CHOLMOD()
313 PetscCall(PetscViewerASCIIPrintf(viewer, "Common.grow0 %g\n", c->grow0)); in MatView_Info_CHOLMOD()
314 PetscCall(PetscViewerASCIIPrintf(viewer, "Common.grow1 %g\n", c->grow1)); in MatView_Info_CHOLMOD()
315 PetscCall(PetscViewerASCIIPrintf(viewer, "Common.grow2 %u\n", (unsigned)c->grow2)); in MatView_Info_CHOLMOD()
316 PetscCall(PetscViewerASCIIPrintf(viewer, "Common.maxrank %u\n", (unsigned)c->maxrank)); in MatView_Info_CHOLMOD()
317 PetscCall(PetscViewerASCIIPrintf(viewer, "Common.supernodal_switch %g\n", c->supernodal_switch)); in MatView_Info_CHOLMOD()
318 PetscCall(PetscViewerASCIIPrintf(viewer, "Common.supernodal %d\n", c->supernodal)); in MatView_Info_CHOLMOD()
319 PetscCall(PetscViewerASCIIPrintf(viewer, "Common.final_asis %d\n", c->final_asis)); in MatView_Info_CHOLMOD()
320 PetscCall(PetscViewerASCIIPrintf(viewer, "Common.final_super %d\n", c->final_super)); in MatView_Info_CHOLMOD()
321 PetscCall(PetscViewerASCIIPrintf(viewer, "Common.final_ll %d\n", c->final_ll)); in MatView_Info_CHOLMOD()
322 PetscCall(PetscViewerASCIIPrintf(viewer, "Common.final_pack %d\n", c->final_pack)); in MatView_Info_CHOLMOD()
323 PetscCall(PetscViewerASCIIPrintf(viewer, "Common.final_monotonic %d\n", c->final_monotonic)); in MatView_Info_CHOLMOD()
324 PetscCall(PetscViewerASCIIPrintf(viewer, "Common.final_resymbol %d\n", c->final_resymbol)); in MatView_Info_CHOLMOD()
325 …PetscCall(PetscViewerASCIIPrintf(viewer, "Common.zrelax [%g,%g,%g]\n", c->zrelax[0], c-… in MatView_Info_CHOLMOD()
326 …PetscCall(PetscViewerASCIIPrintf(viewer, "Common.nrelax [%u,%u,%u]\n", (unsigned)c->nre… in MatView_Info_CHOLMOD()
327 PetscCall(PetscViewerASCIIPrintf(viewer, "Common.prefer_upper %d\n", c->prefer_upper)); in MatView_Info_CHOLMOD()
328 PetscCall(PetscViewerASCIIPrintf(viewer, "Common.print %d\n", c->print)); in MatView_Info_CHOLMOD()
330 …PetscCall(PetscViewerASCIIPrintf(viewer, "Ordering method %" PetscInt_FMT "%s:\n", i, i == c->sele… in MatView_Info_CHOLMOD()
331 …PetscCall(PetscViewerASCIIPrintf(viewer, " lnz %g, fl %g, prune_dense %g, prune_dense2 %g\n", c->… in MatView_Info_CHOLMOD()
333 PetscCall(PetscViewerASCIIPrintf(viewer, "Common.postorder %d\n", c->postorder)); in MatView_Info_CHOLMOD()
334 …PetscCall(PetscViewerASCIIPrintf(viewer, "Common.default_nesdis %d (use NESDIS instead of METIS… in MatView_Info_CHOLMOD()
336 …PetscCall(PetscViewerASCIIPrintf(viewer, "Common.fl %g (flop count from most recent… in MatView_Info_CHOLMOD()
337 …PetscCall(PetscViewerASCIIPrintf(viewer, "Common.lnz %g (fundamental nz in L)\n", c-… in MatView_Info_CHOLMOD()
338 PetscCall(PetscViewerASCIIPrintf(viewer, "Common.anz %g\n", c->anz)); in MatView_Info_CHOLMOD()
339 …PetscCall(PetscViewerASCIIPrintf(viewer, "Common.modfl %g (flop count from most recent… in MatView_Info_CHOLMOD()
340 …PetscCall(PetscViewerASCIIPrintf(viewer, "Common.malloc_count %g (number of live objects)\n",… in MatView_Info_CHOLMOD()
341 …PetscCall(PetscViewerASCIIPrintf(viewer, "Common.memory_usage %g (peak memory usage in bytes)… in MatView_Info_CHOLMOD()
342 …PetscCall(PetscViewerASCIIPrintf(viewer, "Common.memory_inuse %g (current memory usage in byt… in MatView_Info_CHOLMOD()
343 …PetscCall(PetscViewerASCIIPrintf(viewer, "Common.nrealloc_col %g (number of column reallocati… in MatView_Info_CHOLMOD()
344 …PetscCall(PetscViewerASCIIPrintf(viewer, "Common.nrealloc_factor %g (number of factor reallocati… in MatView_Info_CHOLMOD()
345 …PetscCall(PetscViewerASCIIPrintf(viewer, "Common.ndbounds_hit %g (number of times diagonal wa… in MatView_Info_CHOLMOD()
346 …PetscCall(PetscViewerASCIIPrintf(viewer, "Common.rowfacfl %g (number of flops in last cal… in MatView_Info_CHOLMOD()
347 …PetscCall(PetscViewerASCIIPrintf(viewer, "Common.aatfl %g (number of flops to compute … in MatView_Info_CHOLMOD()
349 PetscCall(PetscViewerASCIIPrintf(viewer, "Common.useGPU %d\n", c->useGPU)); in MatView_Info_CHOLMOD()