petsc-3.14.6 2021-03-30
PetscIntView
Prints an array of integers; useful for debugging.
Synopsis
#include "petscsys.h"
PetscErrorCode PetscIntView(PetscInt N,const PetscInt idx[],PetscViewer viewer)
Collective on PetscViewer
Input Parameters
Developer Notes
idx cannot be const because may be passed to binary viewer where byte swapping is done
See Also
PetscRealView()
Level
intermediate
Location
src/sys/error/err.c
Examples
src/vec/is/is/tutorials/ex4.c.html
src/vec/is/is/tutorials/ex5.c.html
src/vec/is/sf/tutorials/ex1.c.html
src/vec/is/sf/tutorials/ex1f.F90.html
src/dm/impls/plex/tutorials/ex8.c.html
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages