Lines Matching refs:pv
295 static PetscErrorCode MatView_Htool(Mat A, PetscViewer pv) in MatView_Htool() argument
305 PetscCall(PetscObjectTypeCompare((PetscObject)pv, PETSCVIEWERASCII, &flg)); in MatView_Htool()
308 …PetscCall(PetscViewerASCIIPrintf(pv, "symmetry: %c\n", a->distributed_operator_holder->block_diago… in MatView_Htool()
311 …PetscCall(PetscViewerASCIIPrintf(pv, "scaling: %g+%gi\n", (double)PetscRealPart(scale), (double)Pe… in MatView_Htool()
313 PetscCall(PetscViewerASCIIPrintf(pv, "scaling: %g\n", (double)scale)); in MatView_Htool()
318 …PetscCall(PetscViewerASCIIPrintf(pv, "shift: %g+%gi\n", (double)PetscRealPart(shift), (double)Pets… in MatView_Htool()
320 PetscCall(PetscViewerASCIIPrintf(pv, "shift: %g\n", (double)shift)); in MatView_Htool()
323 …PetscCall(PetscViewerASCIIPrintf(pv, "maximal cluster leaf size: %" PetscInt_FMT "\n", a->max_clus… in MatView_Htool()
324 PetscCall(PetscViewerASCIIPrintf(pv, "epsilon: %g\n", (double)a->epsilon)); in MatView_Htool()
325 PetscCall(PetscViewerASCIIPrintf(pv, "eta: %g\n", (double)a->eta)); in MatView_Htool()
326 PetscCall(PetscViewerASCIIPrintf(pv, "minimum target depth: %" PetscInt_FMT "\n", a->depth[0])); in MatView_Htool()
327 PetscCall(PetscViewerASCIIPrintf(pv, "minimum source depth: %" PetscInt_FMT "\n", a->depth[1])); in MatView_Htool()
328 … PetscCall(PetscViewerASCIIPrintf(pv, "compressor: %s\n", MatHtoolCompressorTypes[a->compressor])); in MatView_Htool()
329 … PetscCall(PetscViewerASCIIPrintf(pv, "clustering: %s\n", MatHtoolClusteringTypes[a->clustering])); in MatView_Htool()
330 …PetscCall(PetscViewerASCIIPrintf(pv, "compression ratio: %s\n", hmatrix_information["Compression_r… in MatView_Htool()
331 …PetscCall(PetscViewerASCIIPrintf(pv, "space saving: %s\n", hmatrix_information["Space_saving"].c_s… in MatView_Htool()
332 …PetscCall(PetscViewerASCIIPrintf(pv, "block tree consistency: %s\n", PetscBools[a->distributed_ope… in MatView_Htool()
333 PetscCall(PetscViewerASCIIPrintf(pv, "recompression: %s\n", PetscBools[a->recompression])); in MatView_Htool()
334 …PetscCall(PetscViewerASCIIPrintf(pv, "number of dense (resp. low rank) matrices: %s (resp. %s)\n",… in MatView_Htool()
336 …PetscViewerASCIIPrintf(pv, "(minimum, mean, maximum) dense block sizes: (%s, %s, %s)\n", hmatrix_i… in MatView_Htool()
337 …PetscCall(PetscViewerASCIIPrintf(pv, "(minimum, mean, maximum) low rank block sizes: (%s, %s, %s)\… in MatView_Htool()
339 …PetscCall(PetscViewerASCIIPrintf(pv, "(minimum, mean, maximum) ranks: (%s, %s, %s)\n", hmatrix_inf… in MatView_Htool()