PetscBTView#
View the contents of a PetscBT (bit array) on a PetscViewer, one line per bit
Synopsis#
PetscErrorCode PetscBTView(PetscCount m, const PetscBT bt, PetscViewer viewer)
Collective on viewer; No Fortran Support
Input Parameters#
m - the number of bits in the array to print
bt - the
PetscBTviewer - the
PetscViewerto print to, orNULLto usePETSC_VIEWER_STDOUT_SELF
See Also#
Level#
developer
Location#
src/sys/classes/viewer/utils/btview.c
Index of all Viewer routines
Table of Contents for all manual pages
Index of all manual pages