petsc-3.13.6 2020-09-29
PetscScalarView
Prints an array of scalars; useful for debugging.
Synopsis
#include "petscsys.h"
PetscErrorCode PetscScalarView(PetscInt N,const PetscScalar 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
PetscIntView(), PetscRealView()
Level
intermediate
Location
src/sys/error/err.c
Examples
src/dm/field/tutorials/ex1.c.html
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages