PetscSectionVecView#
View a vector, using the section to structure the values
Synopsis#
#include "petscsection.h"
#include "petscvec.h"
PetscErrorCode PetscSectionVecView(PetscSection s, Vec v, PetscViewer viewer)
Not collective
Input Parameters#
s - the organizing PetscSection
v - the Vec
viewer - the PetscViewer
See Also#
Level#
developer
Location#
Examples#
src/dm/impls/plex/tutorials/ex14.c.html
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages