DMPlexLabelsLoad#
Loads labels into a DMPLEX
Synopsis#
#include "petscdmplex.h"   
PetscErrorCode DMPlexLabelsLoad(DM dm, PetscViewer viewer, PetscSF globalToLocalPointSF)
Collective
Input Parameters#
- dm - The - DMinto which the labels are loaded
- viewer - The - PetscViewerfor the saved labels
- globalToLocalPointSF - The - PetscSFreturned by- DMPlexTopologyLoad()when loading- dmfrom viewer
Note#
The PetscSF argument must not be NULL if the DM is distributed, otherwise an error occurs.
See Also#
DMPlex: Unstructured Grids, DM, DMPLEX, DMLoad(), DMPlexTopologyLoad(), DMPlexCoordinatesLoad(), DMView(), PetscViewerHDF5Open(), PetscViewerPushFormat(),
PetscSF, PetscViewer
Level#
advanced
Location#
Examples#
Index of all DMPlex routines
Table of Contents for all manual pages
Index of all manual pages