PETSc version 3.16.0
Fix/Edit manual page

DMPlexTopologyView

Saves a DMPlex topology into a file

Synopsis

#include "petscdmplex.h"   
PetscErrorCode DMPlexTopologyView(DM dm, PetscViewer viewer)
Collective on DM

Input Parameters

dm - The DM whose topology is to be saved
viewer - The PetscViewer for saving

See Also

DMView(), DMPlexCoordinatesView(), DMPlexLabelsView(), DMPlexTopologyLoad()

Level

advanced

Location

src/dm/impls/plex/plex.c

Examples

src/dm/impls/plex/tutorials/ex12.c.html

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