PETSc version 3.17.4
Fix/Edit manual page

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

VecViewFromOptions(), VecView()

Level

advanced

Location

src/dm/impls/plex/plex.c
Index of all DMPLEX routines
Table of Contents for all manual pages
Index of all manual pages