Lines Matching refs:verbose
19 PetscInt verbose; member
34 options->verbose = 0; in ProcessOptions()
45 …PetscCall(PetscOptionsInt("-verbose", "Verbosity level", EX, options->verbose, &options->verbose, … in ProcessOptions()
258 …WithCoordinateRepresentation(DM dm, DMLabel label, PetscInt value, Vec allCoords, PetscInt verbose) in DMLabelCompareWithCoordinateRepresentation() argument
282 if (verbose > 1) PetscCall(DMLabelView(label, PETSC_VIEWER_STDOUT_(comm))); in DMLabelCompareWithCoordinateRepresentation()
291 …if (verbose) PetscCall(PetscSynchronizedFPrintf(comm, PETSC_STDERR, "[%d] Label \"%s\" does not ha… in DMLabelCompareWithCoordinateRepresentation()
297 …if (verbose) PetscCall(PetscSynchronizedFPrintf(comm, PETSC_STDERR, "Point %" PetscInt_FMT " has b… in DMLabelCompareWithCoordinateRepresentation()
301 …if (verbose > 1) PetscCall(PetscSynchronizedPrintf(comm, "[%d] OK point %" PetscInt_FMT "\n", rank… in DMLabelCompareWithCoordinateRepresentation()
308 …m, PETSC_ERR_PLIB, "Label \"%s\" was not loaded correctly%s", labelName, verbose ? " - see details… in DMLabelCompareWithCoordinateRepresentation()
326 if (ctx->verbose) { in CheckNumLabels()
342 …PetscCheck(!fail, comm, PETSC_ERR_PLIB, "Wrong number of labels%s", ctx->verbose ? " - see details… in CheckNumLabels()
388 …mpareWithCoordinateRepresentation(dmnew, label, BOUNDARY_VERTICES_VALUE, allCoords, user.verbose)); in main()