DMNetworkViewSetShowVertices#

Sets whether to display the vertices in viewing routines.

Synopsis#

#include "petscdmnetwork.h"  
PetscErrorCode DMNetworkViewSetShowVertices(DM dm, PetscBool showvertices)

Logically Collective

Input Parameter#

Output Parameter#

  • showvertices - PETSC_TRUE if visualizing the vertices

See Also#

DM, DMNETWORK, DMNetworkViewSetShowRanks(), DMNetworkViewSetShowGlobal(), DMNetworkViewSetShowNumbering(), DMNetworkViewSetViewRanks()

Level#

beginner

Location#

src/dm/impls/network/networkview.c


Index of all DMNetwork routines
Table of Contents for all manual pages
Index of all manual pages