#include "petscsys.h" PetscErrorCode PetscRealView(PetscInt N,const PetscReal idx[],PetscViewer viewer)Collective on PetscViewer Many br
N | - number of PetscReal in array Many br | |
idx | - array of PetscReal Many br | |
viewer | - location to print array, PETSC_VIEWER_STDOUT_WORLD, PETSC_VIEWER_STDOUT_SELF or 0 Many br |
Many br
Developer Notes: idx cannot be const because may be passed to binary viewer where byte swappping is done Many br
Level:intermediate
Location:src/sys/error/err.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages