DMPlexLabelsLoad#
Loads labels into a DMPLEX
Synopsis#
#include "petscdmplex.h"
PetscErrorCode DMPlexLabelsLoad(DM dm, PetscViewer viewer, PetscSF globalToLocalPointSF)
Collective
Input Parameters#
dm - The
DM
into which the labels are loadedviewer - The
PetscViewer
for the saved labelsglobalToLocalPointSF - The
PetscSF
returned byDMPlexTopologyLoad()
when loadingdm
from 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