DMPlexCoordinatesLoad#
Loads coordinates into a DMPLEX
Synopsis#
#include "petscdmplex.h"
PetscErrorCode DMPlexCoordinatesLoad(DM dm, PetscViewer viewer, PetscSF globalToLocalPointSF)
Collective
Input Parameters#
dm - The
DM
into which the coordinates are loadedviewer - The
PetscViewer
for the saved coordinatesglobalToLocalPointSF - The
PetscSF
returned byDMPlexTopologyLoad()
when loading dm from viewer
See Also#
DMPlex: Unstructured Grids, DM
, DMPLEX
, DMLoad()
, DMPlexTopologyLoad()
, DMPlexLabelsLoad()
, DMView()
, PetscViewerHDF5Open()
, PetscViewerPushFormat()
,
PetscSF
, PetscViewer
Level#
advanced
Location#
Index of all DMPlex routines
Table of Contents for all manual pages
Index of all manual pages