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 on dm
Input Parameters#
dm - The DMPlex
n - The number of vectors
u - The array of local vectors
viewer - The Draw viewer
See Also#
Level#
advanced
Location#
Examples#
src/snes/tutorials/ex36.c.html
Index of all DMPlex routines
Table of Contents for all manual pages
Index of all manual pages