DMPlexVecView1D#
Plot many 1D solutions on the same line graph
Synopsis#
#include "petscdmplex.h"   
PetscErrorCode DMPlexVecView1D(DM dm, PetscInt n, Vec u[], PetscViewer viewer)
Collective
Input Parameters#
- dm - The - DMPLEXobject
- n - The number of vectors 
- u - The array of local vectors 
- viewer - The - PetscViewer
See Also#
DMPlex: Unstructured Grids, DM, DMPLEX, VecViewFromOptions(), VecView()
Level#
advanced
Location#
Examples#
Index of all DMPlex routines
Table of Contents for all manual pages
Index of all manual pages